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

Drag and drop a file to upload

@error('txtPicture') {{ $message }} @enderror
@endforeach
@endsection @section('script')