@extends("admin.layouts.master") @section('title','All Brands |') @section("body")
Brand
Add new brand
Sr. No. Brand Name Brand Logo Status Action
@foreach($brands as $brand) @endforeach @endsection @section('custom-script') @endsection