@extends('admin.layouts.master') @section('title', __('static.pages.pages')) @section('content')

{{ __('static.pages.pages') }}

@can('page.create') @endcan @can('page.index') @if($tableConfig['total'] > 0) @endif @endcan @can('page.create') @endcan
@endsection