@extends('admin.layouts.master-soyuz') @section('title','All Brands') @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('All Brands') }} @endslot @slot('menu1') {{ __('Brands') }} @endslot @slot('button')
{{__("Import Brands")}} {{__("Add Brand")}}
@endslot @endcomponent
All Brands
Sr. No. Brand Name Brand Logo Status Action
@foreach($brands as $brand) @endforeach @endsection @section('custom-script') @endsection