@extends('layouts.app') @section('title', 'Edit Brand') @section('breadcrumb') @endsection @section('content')
Brand Details
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@if($brand->logo)
Current logo
@endif
is_active ? 'checked' : '' }}>
Cancel
@endsection