@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Backup Close Month') @section('css') @endsection @section('content')
@if (count($datas) > 0) @foreach ($datas as $data) @endforeach @endif
# Periode Note Profit/Loss User Date Action
{{dateFormat($data->start_date, 'd-m-Y')}} - {{dateFormat($data->end_date,'d-m-Y')}} {{$data->notes ?? '-'}} {{ribuanWithComma($data->profit_or_loss)}} {{@$data->user->nama}} {{dateFormat($data->created_at,'d-m-Y')}} {{-- --}}
{{-- --}}
{{-- @endif --}}
@endsection @section('js') @endsection