@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Cancel Close Month') @section('css') @endsection @section('content')
{{--
--}}
{{-- --}} @if (count($datas) > 0) @foreach ($datas as $data) {{-- --}} @endforeach @else @endif
Periode Note Create By Create DateProfit/LossAction
{{dateFormat($data->start_date, 'd-m-Y')}} - {{dateFormat($data->end_date,'d-m-Y')}} {{$data->notes ?? '-'}} {{@$data->user->nama ?? '-'}} {{dateFormat(@$data->created_at,'d-m-Y H:i:s')}}{{ribuanWithComma($data->profit_or_loss)}} @if (in_array(\Auth::user()->role,[1,2,6])) @endif
No Data
{{-- --}}
{{-- @endif --}}
@endsection @section('js') @endsection