@extends('master', ['title' => __('dashboard.edit_brand')]) @section('content')

{{ __('dashboard.edit_brand') }}

@csrf @method('PUT')
is_active ? 'checked' : '' }}>
@if ($brand->image) preview @else @endif
@endsection @push('js') @endpush