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