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

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