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

{{--User--}}{{__('Create Customer')}}

{{ csrf_field() }}
@if ($errors->has('immigration_application_type')) {{ $errors->first('immigration_application_type') }} @endif
@if ($errors->has('primary_application_first_name')) {{ $errors->first('primary_application_first_name') }} @endif
@if ($errors->has('primary_application_last_name')) {{ $errors->first('primary_application_last_name') }} @endif
@if ($errors->has('secondary_application_first_name')) {{ $errors->first('secondary_application_first_name') }} @endif
@if ($errors->has('secondary_application_last_name')) {{ $errors->first('secondary_application_last_name') }} @endif
@if ($errors->has('noofchild')) {{ $errors->first('noofchild') }} @endif
@if ($errors->has('primary_contact_email')) {{ $errors->first('primary_contact_email') }} @endif
@if ($errors->has('secondary_contact_email')) {{ $errors->first('secondary_contact_email') }} @endif
@if ($errors->has('primary_contact_mob')) {{ $errors->first('primary_contact_mob') }} @endif
@if ($errors->has('secondary_contact_mob')) {{ $errors->first('secondary_contact_mob') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('skill')) {{ $errors->first('skill') }} @endif
@if ($errors->has('secondary_app_skill')) {{ $errors->first('secondary_app_skill') }} @endif
@if ($errors->has('stage')) {{ $errors->first('stage') }} @endif
@if ($errors->has('next_action')) {{ $errors->first('next_action') }} @endif
@if ($errors->has('next_action_target_date')) {{ $errors->first('next_action_target_date') }} @endif
@if ($errors->has('eng_point_pri')) {{ $errors->first('eng_point_pri') }} @endif
@if ($errors->has('eng_status_date_pri')) {{ $errors->first('eng_status_date_pri') }} @endif
@if ($errors->has('eng_point_sec')) {{ $errors->first('eng_point_sec') }} @endif
@if ($errors->has('eng_status_date_sec')) {{ $errors->first('eng_status_date_sec') }} @endif
@if ($errors->has('no_payment_milestone')) {{ $errors->first('no_payment_milestone') }} @endif
@if ($errors->has('points')) {{ $errors->first('points') }} @endif
@if ($errors->has('xfer_to_cac')) {{ $errors->first('xfer_to_cac') }} @endif
@if ($errors->has('roh')) {{ $errors->first('roh') }} @endif
@if ($errors->has('joining_date')) {{ $errors->first('joining_date') }} @endif
@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif
@if(isAdmin())
@if ($errors->has('user_id')) {{ $errors->first('user_id') }} @endif
@endif
* means required
@endsection @section('script') @endsection