@extends('master') @section('content')
@foreach($brand as $brand)
@csrf
@error('txtCode') {{$message}} @enderror
@error('txtName') {{$message}} @enderror
@if($TranslateButton == true)
@endif
@if($brand->Status ==1) @else @endif
img

Drag and drop a file to upload

@if($brand->Picture!="None") @endif @error('txtPicture') {{$message}} @enderror
@endforeach
@endsection @section('script')