@extends('layouts.dashboard') @section('title','Edit Restaurant') @section('css') @endsection @section('main-content')

{{trans('layout.restaurant')}}

{{trans('layout.restaurant_edit')}}

{{trans('layout.edit')}}

@method('PUT') @include('restaurant.form')
@endsection @section('js') @endsection