@include('admin.common-layout.header')
@php $sr=1; @endphp @foreach($boards as $boardsList) @php $sr++; @endphp @endforeach
Boards Name Status Registered At Action
{{ $boardsList->board_name }} @if($boardsList->status==1) Active @else Inactive @endif @if(!empty($boardsList->created_at)) {{ date('d-m-Y', strtotime($boardsList->created_at)) }} @else @endif
Add New Board
@csrf
Edit Board
@csrf
@include('admin.common-layout.footer')