@extends('layouts.master') @push('head-css') @endpush @section('content')
{{-- @if(($user->is_admin || $user->is_employee) && !\Session::get('loginRole') && ($current_emp_role->name == 'administrator' || $current_emp_role->name == 'employee')) --}}
@if ($source == 'online') @endif @if ($sourcePos == 'pos') @endif
@if($current_emp_role->name == 'administrator')
@endif
@lang('app.dateRange')
{{-- @endif --}}
{{-- @endif --}} {{-- card-body start --}}
# Customer Name Booking Time Total Status @lang('app.action')
{{-- @endif --}}
@if($user->is_admin && !\Session::get('loginRole') && $current_emp_role->name == 'administrator')
@lang('modules.booking.selectNote')
@endif
#
{{-- card-body end --}}
@endsection @push('footer-js') @if($credentials->stripe_status == 'active' && !$user->is_admin) @endif @if($credentials->razorpay_status == 'active' && !$user->is_admin) @endif @if ($credentials->paystack_status == 'active' && !$user->is_admin) @endif @if($user->is_admin) @endif @if (Session::has('success')) @endif @endpush