@extends('admin.layouts.app') @section('content')
@if($homeBrands->isEmpty()) @else @php $counter = ($homeBrands->currentPage() - 1) * $homeBrands->perPage() + 1; @endphp @foreach($homeBrands as $homeBrand) @php $counter++; @endphp @endforeach @endif
Brand Home ID Name Created At Control

There are no homeBrands to be shown

{{$counter}} Identity Photo {{$homeBrand->created_at->format('d / m / Y') }}
@csrf @method('DELETE') Edit
{{ $homeBrands->onEachSide(5)->links() }}
@endsection