@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@lang('app.brand_edit_page_warning_msg')
@lang('app.current_slug') : {{ $edit_brand->brand_slug }}
@csrf
{!! $errors->has('brand_name')? '

'.$errors->first('brand_name').'

':'' !!}
@endsection