{{--
--}}
@csrf
Search
Get Best Deal
All Categories
@foreach ($menu_categories as $index => $row) @if ($index < 10)
{{ ucfirst($row->name) }}
@endif @endforeach
@foreach ($menu_categories as $index => $row) @if ($index >= 10 && $index < 20)
{{ ucfirst($row->name) }}
@endif @endforeach
@foreach ($menu_categories as $index => $row) @if ($index >= 20 && $index < 30)
{{ ucfirst($row->name) }}
@endif @endforeach
@foreach ($menu_categories as $index => $row) @if ($index >= 30 && $index < 40)
{{ ucfirst($row->name) }}
@endif @endforeach
More...
Login
register
×
{{--
--}}
{{--
Best Deal
--}}
Login
@foreach ($menu_categories as $index => $row) @if ($index < 10)
{{ ucfirst($row->name) }}
@endif @endforeach
More...
@csrf
@if (session('success'))
{{ session('success') }}
@endif