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

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