@extends('admin.layouts.admin') @section('title') Admin | Ordered Restaurant List @endsection @section('styles') @endsection @section('content')

All Ordered Restaurants

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Restaurant Details Banner Image Amount (total) Action id
Note:: : Active and Already Associated, : Active, : Inactive
@endsection @section('scripts') @endsection