{{--
DailyPOS
--}}
@yield('title') | DailyPOS
{{--
--}} {{-- Jquery CSS --}}
{{--
--}}
{{-- Select2 css cdns --}}
{{-- Jquery CDN --}} {{-- datatables CDN --}} {{-- select2 js cdn --}}
{{--
Ecommerce-Laravel-10
--}}
@auth
POS
@endauth
@guest @if (Route::has('login'))
{{ __('Login') }}
@endif @if (Route::has('register'))
{{ __('Register') }}
@endif @else {{ Auth()->user()->name }} @endguest
@auth
{{--
--}}
Roles
{{--
Profile
--}} {{--
Feedback
--}}
Change Password
{{--
Logout
--}} @auth
{{ __('Logout') }}
@csrf
@endauth
@endauth
@auth
Home
Users
Products
Categories
Subcategories
Products
Branch/Supplier
Branch List
Suppliers List
Purchase/Sell
Purchase History
Sell History
Stock History
Customers
{{--
--}}
{{ $defaultBranch->branch_name }} Branch
@endauth
@yield('content')
{{-- sweet Alert for all alerts except Deletion alert --}} @include('sweetalert::alert') {{-- MODAL --}}
New report
Name
Report type
Simple
Provide only basic data needed for the report
Advanced
Insert charts and additional advanced analyses to be inserted in the report
Report url
https://tabler.io/reports/
Visibility
Private
Public
Hidden
Client name
Reporting period
Additional information
{{-- Fontawesome --}} {{-- DatePicker --}} {{-- sweetalert cdn --}} {{-- SweetAlert for deletion --}} {{-- Sweet Alert on Delete form --}}