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

Drag and drop a file to upload

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