@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')
@csrf
{!! $errors->has('brand_name')? '

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

':'' !!}
@foreach($brands as $brand) @endforeach
@lang('app.brand_name') @lang('app.category')
{{ $brand->brand_name }}
@if($brand->category) {{ $brand->category->category_name }} @endif
@endsection @section('page-js')