{{\App::setLocale(Session::get('locale'))}}
{{ config('app.name', 'Laravel') }} | @yield('title')
@yield('extra-style')
{{ config('app.name', 'Laravel') }}
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endguest
Dashboard
Credit Report
{{ __('Point Report') }}
{{--
{{ __('Invoice') }}
{{ __('Create Invoice') }}
{{ __('Invoice Report') }}
--}}
{{ __('Invoice') }}
{{ __('Create Invoice') }}
{{ __('Invoice Report') }}
@yield('content')
@yield('extra-script')