@extends('layouts.master-without-nav') @section('title') Login @endsection @section('content')
{{env('APP_NAME')}}

Invoices, Estimates, Billing

Welcome Back !

Sign in to continue to {{env('APP_NAME')}}.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Forget Password?
@error('subscription') @enderror

Don't have an account ? Register

© Crafted with by {{env('APP_NAME')}}

@endsection @section('scripts') @endsection