@extends('adminlte::page') @section('title', 'Edit Brand - MobileSentrix Admin') @section('content_header')

Edit Brand: {{ $brand->name }}

@stop @section('content')
@csrf @method('PUT')

Brand Information

@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@error('description') {{ $message }} @enderror

Status & Image

is_active) ? 'checked' : '' }}>
@if($brand->image)

{{ $brand->name }}
@endif
@error('image') {{ $message }} @enderror
Leave empty to keep current image
Cancel
@stop @section('js') @stop