@extends(in_array(\Auth::user()->role , [10,40]) ? 'layoutfrontdesk' : 'layout') @section('title', @$type == 'pos' ? 'Closing Shift Report POS' : 'Closing Shift Report FO') @section('css') @endsection @section('content')
@if (@$type=='pos') @endif
#ShopShift Date Actions
@endsection @section('js') @endsection