@extends('layouts.app') @section('content')

Brands List

All Manufacturers/Brands under your selected branch listed here, you can edit, disable or manage from here.
@php ($get_permission = permission('brand','full-permission')) @if($get_permission)
@endif
Brand Name Brand Type Details

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.brand') @stop