@extends(\Auth::user()->role != 40 ? 'layout' : 'layoutfrontdesk') @section('title', 'POS') @section('css') @endsection @section('content') @if (in_array(\Auth::user()->role, [1,2,40])) @endif
@if (in_array(\Auth::user()->role, [1,2,40])) @if ($shifts != 'tidak_ada')
@else