@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@if($errors->has('address'))
{{$errors->first('address')}}
@endif
@if($errors->has('email'))
{{$errors->first('email')}}
@endif
@if($errors->has('phone_no'))
{{$errors->first('phone_no')}}
@endif
@if($errors->has('alt_phone_no'))
{{$errors->first('alt_phone_no')}}
@endif
@if($errors->has('tin'))
{{$errors->first('tin')}}
@endif
@if($errors->has('password'))
{{$errors->first('password')}}
@endif
@if($errors->has('balance'))
{{$errors->first('balance')}}
@endif
@foreach($taxes as $tax)
id, $customer_taxes) ? 'checked' : '' }}>
@endforeach