@extends('layouts.app') @section('content')

Add Customer

@csrf
@if($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if($errors->has('address')) {{ $errors->first('address') }} @endif
@if($errors->has('country')) {{ $errors->first('country') }} @endif
@if($errors->has('bank')) {{ $errors->first('bank') }} @endif
@endsection