@extends('restaurant.layouts.index') @section('content')
@can('viewAny','App\Models\Section')
@can('create', 'App\Models\Section')

@endcan
@lang("validation.attributes.priority") @lang("validation.attributes.title") @lang("global.options")
@endcan
@endsection