@extends('panel.admin.layouts.layout') @section('content')

ویرایش برند: {{ $brand->name }}


@if ($errors->any())
@endif
@csrf @method('PUT')
@if($brand->logo)
Current Logo
@endif
در صورت عدم تغییر، خالی بگذارید
status) ? 'checked' : '' }}>
انصراف
@endsection @section('title') ویرایش برند @endsection