@extends('panel::layouts.app') @section('title', __('panel/menu.brands')) @section('content')
{{ __('panel/menu.brands') }}
@csrf @method($brand->id ? 'PUT' : 'POST')
@endsection @push('footer') @endpush