{{ $panel }} List
@include('includes.flash_messages')
Add {{ $panel }}
| Title | Description | Link | ||||
|---|---|---|---|---|---|---|
| {!! Form::text('title', request('title'), ['class' => 'from-control']) !!} | {!! Form::text('description', request('description'), ['class' => 'from-control']) !!} | {!! Form::text('link', request('link'), ['class' => 'from-control']) !!} | ||||
|
{{ $row->title }} {{ date('jS M, Y', strtotime($row->created_at)) }} @if ($row->image) No image @endif |
{!! $row->description !!} |
{{ $row->link }} | ||||
| {!! $data['rows']->appends($data['filter_query'])->links() !!} | ||||||
| No data fount. | ||||||