@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Resto POS') @section('css') @endsection @section('content')
{{-- Menu --}}
@if (in_array(\Auth::user()->role, [1,2])) Shop
@else Shop
@endif
@if (in_array(\Auth::user()->role, [1,2]))
@else hehe @endif
@endsection @section('js') @endsection