@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')العلامات التجارية

@forelse($brand_supplier as $supplier) @php $supplier = $supplier->supplier @endphp
@include('front.front_component.supplier')
@empty

لا يوجد نتائج

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