@extends('admin::layouts.app') @section('content')
@csrf @method('PUT')

{{ __('master.page_actions') }}

{{ $menu->name }}

{{ __('static.cancel') }}
{{ __('master.enter_the_details_below_for_create_pages') }}
@if ($pages->count() > 0) @include('admin::master.page-action.index', [ 'pages' => $pages, ]) @endif
@endsection @section('script') @endsection