@extends('layouts.admin')
@section('title') Brands @endsection
@section('page_title') Brands @endsection
@push('page_style')
@include('include.dataTableStyles')
@endpush
@section('content')
S.No |
Title |
Brand Info |
{{-- Brand Logo | --}}
Product/Service |
{{-- Website | --}}
Category |
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