@extends('layouts.dashboard') @section('title',trans('layout.restaurant_create')) @section('css') @endsection @section('main-content')
{{$extend_message}}

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

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

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

@include('restaurant.form')
@endsection @section('js') @if($extend_message) @endif @endsection