@extends('admin.layouts.app') @section('content')
@if(count($brands)) @php $i=0; @endphp @foreach($brands as $brand) @endforeach @endif
ID Brand Image Actions
{{ ++$i }} {{ !empty($brand) ? ucfirst($brand->brand_name) : '' }}
@endsection