@extends('front.layouts.master') @push('css') @endpush @section('content')
check() && auth('end-user')->user()->favoritesStores->contains($store->id)) style="fill: red;" @else style="fill: none;" @endif>
Profile

{{ $store->name }}

{{ $store->description }}

{{ $store->country?->name }} - {{ $store->city?->name }} {{-- 5.0 (366) --}}
@foreach ($brands as $brand) {{ $brand->name }} @endforeach
@forelse ($ads as $ad)
Product
{{ $ad->price }} {{ $ad->currency }}
{{ $ad->city->name }} . {{ $ad->region->name }}
@empty
No ads found
@endforelse
تم نسخ الرقم بنجاح!
@endsection @push('js') @endpush