@extends('backend.layout.main') @section('content') @if($errors->has('title'))
{{ $errors->first('title') }}
@endif @if($errors->has('image'))
{{ $errors->first('image') }}
@endif @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif
 
@foreach($lims_brand_all as $key=>$brand) @if($brand->image) @else @endif @endforeach
{{trans('file.Image')}} {{trans('file.Brand')}} {{trans('file.action')}}
{{$key}} No Image{{ $brand->title }}
@endsection @push('scripts')