@php $country_global = \App\Models\Country::where('prefix', session('country'))->first(); $governorates = \App\Models\Governorate::getByCountry($country_global->id)->get(); @endphp @extends('front.front_layouts.main') @section('content')

@include('components.front.svg.mozy1')العلامات التجارية

@csrf
@forelse($products as $product)
@include('front.front_component.product')
@empty

لا يوجد نتائج

@endforelse
{{ $products->links('vendor.pagination.bulma') }}
@endsection