@extends('backend.layout.main') @section('content')
 
@foreach ($lims_brand_all as $key => $brand) @if ($brand->image) @else @endif @endforeach
{{ __('db.Image') }} {{ __('db.Brand') }} {{ __('db.action') }}
{{ $key }} No Image{{ $brand->title }}
@endsection @push('scripts')