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

Brand

Brand List Add Brand
@foreach($brand as $key=>$row) @endforeach
Sr. No. Logo Title Status Action
{{$key+1}} @if($row->img) @else @endif {{$row->title}} @if($row->status=='active') Active @else In-Active @endif
@endsection @section('script') @endsection