@extends('admin::layouts.master') @section('pagetitle','Restaurant Master') @section('content')
@if (session('success'))
{{ session('success') }}
@endif
@include('admin::restaurants.mdl_restaurant') @include('admin::restaurants.mdl_restaurantview')
Restaurant Name Contat Person Name Mobile Number Restraunt Type Actions
@endsection @section('scripts') @endsection