@extends('layouts.app_v2')
@section('content')
@if ($isSearching)
SEARCH RESULT:
@if ($searchResults->isEmpty())
No result
@else
@foreach ($searchResults as $searchResult)
@endforeach
@endif
@endif
@foreach ($categories as $category)
@endforeach
@endsection