@extends('admin.master_layout') @section('title') {{ __('Create Brand') }} @endsection @section('body-header')

{{ __('Create Brand') }}

{{ __('Dashboard') }} >> {{ __('Create Brand') }}

@endsection @section('body-content')
@csrf

{{ __('Create Brand') }}

{{ __('Brand List') }}
@endsection @push('js_section') @endpush