@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('client::general.next_of_kin',1) }} @endsection @section('content') {{ trans_choice('core::general.add',1) }} {{ trans_choice('client::general.next_of_kin',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('client::general.client',2) }} {{ trans_choice('core::general.add',1) }} {{ trans_choice('client::general.next_of_kin',1) }} {{csrf_field()}} {{trans_choice('client::general.relationship',1)}} @error('client_relationship_id') {{ $message }} @enderror {{trans_choice('client::general.title',1)}} @error('title_id') {{ $message }} @enderror {{trans('user::general.first_name')}} @error('first_name') {{ $message }} @enderror {{trans('user::general.last_name')}} @error('last_name') {{ $message }} @enderror {{trans('user::general.gender')}} {{trans_choice("user::general.male",1)}} {{trans_choice("user::general.female",1)}} @error('gender') {{ $message }} @enderror {{trans('core::general.mobile')}} @error('mobile') {{ $message }} @enderror {{trans_choice('core::general.dob',1)}} @error('dob') {{ $message }} @enderror {{trans('client::general.marital_status')}} {{trans_choice("client::general.single",1)}} {{trans_choice("client::general.married",1)}} {{trans_choice("client::general.divorced",1)}} {{trans_choice("client::general.widowed",1)}} @error('marital_status') {{ $message }} @enderror {{trans_choice('core::general.country',1)}} @error('country_id') {{ $message }} @enderror {{trans_choice('user::general.email',1)}} @error('email') {{ $message }} @enderror {{trans_choice('core::general.photo',1)}} @error('photo') {{ $message }} @enderror {{trans_choice('client::general.profession',1)}} @error('profession_id') {{ $message }} @enderror {{trans('user::general.address')}} @error('address') {{ $message }} @enderror {{trans_choice('core::general.note',2)}} @error('notes') {{ $message }} @enderror @endsection @section('scripts') @endsection