@extends('layouts.master') @section('title',__('All Custom Page')) @section('breadcum') @endsection @section('maincontent')
@can('pages.delete') @endcan @can('pages.create') {{ __('Create Custom Page') }} @endcan
{{ __('All Custom Page') }}
@if (isset($customs)) @endif
{{__('Custom Page Title')}} {{__('Description')}} {{__('Status')}} {{__('Created At')}} {{__('Actions')}}
@endsection @section('script') @endsection