@include('admin.layouts.flash')
@include('admin.layouts.pagetitle')
Sailing Schedule
| Title | Created Date | Status | Action |
|---|---|---|---|
| {{ $schdule->title }} | {{ $schdule->created_at }} | @if($schdule->status == 1) Active @else Inactive @endif |
|