@extends('layouts.main') @section('content')
@if(isset($categories)) @if($categories->status == 1)
@include('partials.sigma.banner', ['page' => 'meals']) @foreach($categories->data as $branch)
{{$branch->name}}
@foreach($branch->child_menu as $item)
@if (strpos($item->name, 'Bheerhugz') !== false) {{$item->name}} @elseif (strpos($item->name, 'Marcopolo') !== false) {{$item->name}} @elseif (strpos($item->name, 'Roadchef') !== false) {{$item->name}} @elseif (strpos($item->name, 'ofada') !== false) {{$item->name}} @endif
{{$item->name}}
@foreach($item->category as $category) @endforeach
@endforeach
@endforeach
@endif @endif
{{--@if(isset($categories))--}} {{--@if($categories->status == 1)--}} {{--

Select a Restaurant

--}} {{--
--}} {{--
--}} {{--@foreach($categories->data as $branch)--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--

{{$branch->name}}

--}} {{--@foreach($branch->child_menu as $item)--}} {{--
--}} {{--
--}} {{----}} {{--@foreach($item->category as $category)--}} {{----}} {{--@endforeach--}} {{----}} {{--
--}} {{--
--}} {{--@endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{--@endforeach--}} {{--
--}} {{--
--}} {{--@endif--}} {{--@endif--}} @endsection @push('style') @endpush