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

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

@csrf
{{--
--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}}
@php $adv = \App\Models\Advertisement::getByCountry($country_global->id)->isActive()->where('type', 'brand_page')->first(); @endphp @if(!is_null($adv))
@endif
@forelse($brands as $brand)
@include('front.front_component.brand')
@empty

لا يوجد نتائج

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