@extends('layouts.admin') @section('title') Brands @endsection @section('page_title') Brands @endsection @push('page_style') @include('include.dataTableStyles') @endpush @section('content')

Brands

List of all Brands

@if(auth()->user()->isAdmin()) {{__('words.Add or Remove Brand')}} @endif
{{-- --}} {{-- --}}
S.No Title Brand InfoBrand LogoProduct/ServiceWebsiteCategory Status Created By Action Log
{{-- approve new brand modal start --}} {{-- approve new brand modal end --}} @php $reasons = \App\Models\RejectedBrand::ReasonsOptions(); @endphp {{-- reject new brand add modal start --}} {{-- reject new brand modal end --}} @push('page_script') @include('include.dataTableScripts') @endpush @endsection