Edit Member

{{ method_field('PUT') }} {{ csrf_field() }}
{{ $errors->has('package_id')?$errors->first('package_id'):'' }}
{{ $errors->has('starting_date')?$errors->first('starting_date'):'' }}
{{ $errors->has('amount')?$errors->first('amount'):'' }}
{{ $errors->has('discount')?$errors->first('discount'):'' }}
{{ $errors->has('paid')?$errors->first('paid'):'' }}
{{ $errors->has('due')?$errors->first('due'):'' }}
{{ $errors->has('fullname')?$errors->first('fullname'):'' }}
{{ $errors->has('age')?$errors->first('age'):'' }}
{{ $errors->has('sex')?$errors->first('sex'):'' }}
{{ $errors->has('nationality')?$errors->first('nationality'):'' }}
{{ $errors->has('occupation')?$errors->first('occupation'):'' }}
{{ $errors->has('height')?$errors->first('height'):'' }}
{{ $errors->has('weight')?$errors->first('weight'):'' }}
{{ $errors->has('phone_number')?$errors->first('phone_number'):'' }}
{{ $errors->has('end_date')?$errors->first('end_date'):'' }}
{{ $errors->has('present_address')?$errors->first('present_address'):'' }}
interested_for == '1') ? 'checked' : ''}} >
interested_for == '2') ? 'checked' : ''}}>
interested_for == '3') ? 'checked' : ''}}>
{{ $errors->has('interested_for')?$errors->first('interested_for'):'' }}
workout_history == '1') ? 'checked' : ''}}>
workout_history == '0') ? 'checked' : ''}}>
{{ $errors->has('workout_history')?$errors->first('workout_history'):'' }}
health_problem == '1') ? 'checked' : ''}}>
health_problem == '0') ? 'checked' : ''}}>
{{ $errors->has('health_problem')?$errors->first('health_problem'):'' }}
{{ $errors->has('blood_group')?$errors->first('blood_group'):'' }}
{{ $errors->has('emergency_contact')?$errors->first('emergency_contact'):'' }}

{{ $errors->has('nid')?$errors->first('nid'):'' }}

{{ $errors->has('pic')?$errors->first('pic'):'' }}