@include('employee.header')
Add Post
| ID |
Image |
Title |
Category |
Status |
Action |
{{-- Action | --}}
@foreach($posts as $row)
| {{ $row->id }} |
 |
{{ $row->title }} |
{{ $row->category }} |
{{ ($row->status==1)?'Active':'Inactive'; }} |
|
{{--
| --}}
@endforeach
@include('employee.footer')