@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