@extends('layouts.public-base', ['title' => 'Brand Profile', 'contentwrapper' => '']) @section('content')
@include('inc.flashMessages') {{--

Brand Profile

--}}
{{--

Brand Profile List

--}}
@foreach ($brands as $key => $brand)
@if(in_array(pathinfo($brand->media_url, PATHINFO_EXTENSION), $imgExtensions)) @else @endif {{-- --}}
{{ $brand->title ?? '' }}
@if ($brand->get_brand_meta('url'))

@if (is_array($brand->get_brand_meta('url'))) @foreach ($brand->get_brand_meta('url') as $key => $url) {{ $url ?? '' }} @endforeach @else {{ $url ?? '' }} @endif

@endif
@endforeach
{{--
@if( $brands->hasMorePages() ) Load more @endif
--}}
@if( $brands->hasMorePages() ) Load more @endif
{{-- --}}
@include('inc.logo-loader') @endsection @section('script') @endsection