@extends('admin::layout')
@component('admin::components.page.header')
@slot('title', trans('admin::resource.edit', ['resource' => trans('brand::brands.brand')]))
@slot('subtitle', $brand->name)
{{ trans('brand::brands.brands') }}
{{ trans('admin::resource.edit', ['resource' => trans('brand::brands.brand')]) }}
@endcomponent
@section('content')
@endsection
@include('brand::admin.brands.partials.shortcuts')