@extends('admin.layouts.app') @section('content')

imgBrand

@forelse($brand as $val) @empty @endforelse
# Name Image Actions

{{ $val->id }}

{{ $val->name }} @if($val->image) @else No image @endif
Data not found!
@endsection