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