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

{{ __('Edit Brand') }}

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

@endsection @section('body-content')

{{ __('Switch to language translation') }}

@csrf @method('PUT')

{{ __('Edit Brand') }}

{{ __('Brand List') }}
@if (admin_lang() == request()->get('lang_code'))
@endif
@endsection @push('js_section') @endpush