@extends('admin.layouts.main') @section('main-admin-container')
Update Brand
Update Brand
@csrf @method('PUT')
Brand Name
@error('brand_name')
{{ $message }}
@enderror
Logo
@if (!empty($brand->logo))
@endif @error('logo')
{{ $message }}
@enderror
Status
Select Status
status == 1) selected @else @endif> Active
status == 2) selected @else @endif> Inactive
Submit
Reset
@endsection