@include('admin.common-layout.header')
|
|
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 |
|