@extends('layouts.admin-layout') @section('title') Edit Brand @endsection @section('content')

Edit Brand

@csrf
@error ('brand_image') {{$message}} @enderror
Profile Preview
status === 1 ? 'checked' : ''}}>
@endsection @section('script') @endsection