@foreach($histories as $item) @endforeach
সিস্টেম এডমিন মেয়াদকাল Change By Reason
{{ $item->system_admin == 1 ? 'মেয়র' : 'ভারপ্রাপ্ত মেয়র' }} {{ date('d M, Y H:i:s a', strtotime($item->start_at)) }} - @if($item->end_at != null) {{ date('d M, Y H:i:s a', strtotime($item->end_at)) }} @else current @endif Start By: {{ $item->start_by_user?->name }} @if($item->end_at != null)
End By: {{ $item->end_by_user?->name }} @endif
{{ $item->reason }}
@if(isset($histories)) @endif