@extends("admin.template.layout")
@section("header")
@stop
@section("content")
@if (get_user_permission('cms','c'))
@endif
# |
Title |
Status |
Created At |
Actions |
@foreach ($cms_pages as $key => $policy)
{{ $key +1 }} |
{{ $policy->title_en }} |
{{ $policy->status == 1 ? "Active" : "In Active" }} |
{{ date('d-m-Y ',strtotime($policy->created_at)) }} |
|
@endforeach
@stop
@section("script")