@extends('layouts.master') @section('Title') Dashboard |Restaurant @endsection @section('content')
Toggle navigation
Toggle navigation
Edit Dish Category
@csrf
Restaurant
*
@foreach($restaurants as $restaurant)
restaurant_id == $restaurant->id ? 'selected' : ''}}> {{$restaurant->name}}
@endforeach
Category Name
*
Image
*
Choose file
Upload
File Size should be less than 2mb
Active
active == 'on' ? 'checked' : ''}} >
@endsection @section('scripts') @endsection