@extends('user.layout') @includeIf('user.partials.rtl-style') @section('content')
@if ($userBs->theme == 'home_eleven')
{{ __(' Donors') }}
@else
{{ __('Brand Partners') }}
@endif
@if (count($brands) == 0) @if ($userBs->theme == 'home_eleven')

{{ __('NO DONOR FOUND!') }}

@else

{{ __('NO BRAND FOUND!') }}

@endif @else
@foreach ($brands as $brand)
brand image
@endforeach
@endif
{{-- create modal --}} @include('user.home.brand_section.create') {{-- edit modal --}} @include('user.home.brand_section.edit') @endsection @section('scripts') @endsection