@extends('layouts.app') @section('title') Add New Transfer @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}

Add New Transfer

Note: All * fields are mandatory

Unit Information


@if ($errors->has('property_id')) {{ $errors->first('property_id') }} @endif
@if ($errors->has('owner-name')) {{ $errors->first('owner-name') }} @endif

@if ($errors->has('old_client_id')) {{ $errors->first('old_client_id') }} @endif

Customer Information

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
S/O D/O W/O @if ($errors->has('father_name')) {{ $errors->first('father_name') }} @endif
Locally Internationally @if ($errors->has('cnic')) {{ $errors->first('cnic') }} @endif
@if ($errors->has('passport_no')) {{ $errors->first('passport_no') }} @endif
@if ($errors->has('dob')) {{ $errors->first('dob') }} @endif
@if ($errors->has('occupation')) {{ $errors->first('occupation') }} @endif
@if ($errors->has('mailing_address')) {{ $errors->first('mailing_address') }} @endif
     same as Mailing Address
@if ($errors->has('permanent_address')) {{ $errors->first('permanent_address') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('mobile_number')) {{ $errors->first('mobile_number') }} @endif
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if ($errors->has('res_number')) {{ $errors->first('res_number') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if ($errors->has('document')) {{ $errors->first('document') }} @endif

@if ($errors->has('nominee_name')) {{ $errors->first('nominee_name') }} @endif
S/O D/O W/O @if ($errors->has('nominee_so_do_wo')) {{ $errors->first('nominee_so_do_wo') }} @endif
Locally Internationally @if ($errors->has('nominee_cnic')) {{ $errors->first('nominee_cnic') }} @endif
@if ($errors->has('nominee_passport_no')) {{ $errors->first('nominee_passport_no') }} @endif
@if ($errors->has('nominee_relation')) {{ $errors->first('nominee_relation') }} @endif
@if ($errors->has('nominee_email')) {{ $errors->first('nominee_email') }} @endif
@if ($errors->has('nominee_mobile_number')) {{ $errors->first('nominee_mobile_number') }} @endif
@if ($errors->has('nominee_res_number')) {{ $errors->first('nominee_res_number') }} @endif
@if ($errors->has('nominee_phone_number')) {{ $errors->first('nominee_phone_number') }} @endif

@if ($errors->has('transfer_charges')) {{ $errors->first('transfer_charges') }} @endif
@if ($errors->has('transfer_date')) {{ $errors->first('transfer_date') }} @endif

@if ($errors->has('cost')) {{ $errors->first('cost') }} @endif
@if ($errors->has('transfer_note')) {{ $errors->first('transfer_note') }} @endif

@if ($errors->has('received_amount')) {{ $errors->first('received_amount') }} @endif
@if ($errors->has('pending_due')) {{ $errors->first('pending_due') }} @endif

Receipt Info


@if ($errors->has('payment_head')) {{ $errors->first('payment_head') }} @endif
@if ($errors->has('payment_mode')) {{ $errors->first('payment_mode') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('receipt_date')) {{ $errors->first('receipt_date') }} @endif

{{--
@if ($errors->has('receipt_no')) {{ $errors->first('receipt_no') }} @endif
--}}
@if(old('receipt_no')) @else @endif @if ($errors->has('receipt_no')) {{ $errors->first('receipt_no') }} @endif

@stop @section('js') @stop