@extends('admin.layouts.master-soyuz') @section('title',__('All Brands | ')) @section('body') @include('admin.layouts.topbar',$data)
{{ __("Sr. NO.") }} {{ __("Brand Name") }} {{ __("Brand Logo") }} {{ __("Status") }} {{ __("Action") }}
@foreach($brands as $brand) @endforeach @endsection @section('custom-script') @endsection