@extends('user.layout') @section('pagename') - {{ __('Service Form') }} @endsection @section('content') @php $value = $user->email; $isEmail = filter_var($value, FILTER_VALIDATE_EMAIL); $isPhone = preg_match('/^\+?[0-9]{6,20}$/', $value); // basic phone check @endphp
@if (session('success'))
{{ session('success') }}
@endif
Service Image

{{ $service->title }}

Hi, {{ $user->username }} This is your serial number, {{ $user->user_sl }} pls remember this / এটা আপনার আইডি, দয়া করে মনে রাখবেন।

@csrf

Help Detail / সাহায্য বিস্তারিত

@if ($service->id == 315)
@if ($errors->has('help_name')) {{ $errors->first('help_name') }} @endif
@if ($errors->has('help_pasport')) {{ $errors->first('help_pasport') }} @endif
@if ($errors->has('help_father_name')) {{ $errors->first('help_father_name') }} @endif
@if ($errors->has('help_mother_name')) {{ $errors->first('help_mother_name') }} @endif
@if ($errors->has('current_country')) {{ $errors->first('current_country') }} @endif
@if ($errors->has('help_hospital')) {{ $errors->first('help_hospital') }} @endif
@if ($errors->has('dead_date')) {{ $errors->first('dead_date') }} @endif
@if ($errors->has('hospital_person')) {{ $errors->first('hospital_person') }} @endif
@if ($errors->has('hospital_person_mobile')) {{ $errors->first('hospital_person_mobile') }} @endif
@elseif($service->id == 313)
@if ($errors->has('help_name')) {{ $errors->first('help_name') }} @endif
@if ($errors->has('help_father_name')) {{ $errors->first('help_father_name') }} @endif
@if ($errors->has('help_pasport')) {{ $errors->first('help_pasport') }} @endif
@if ($errors->has('current_country')) {{ $errors->first('current_country') }} @endif
@if ($service->id != 322)
@if ($errors->has('flight_number')) {{ $errors->first('flight_number') }} @endif
@if ($errors->has('flight_date')) {{ $errors->first('flight_date') }} @endif
@endif
@if ($errors->has('whatsapp_number')) {{ $errors->first('whatsapp_number') }} @endif
@if ($errors->has('disease_name')) {{ $errors->first('disease_name') }} @endif
@if ($errors->has('account_holder_name')) {{ $errors->first('account_holder_name') }} @endif
@if ($errors->has('relation_member')) {{ $errors->first('relation_member') }} @endif
@if ($errors->has('account_number')) {{ $errors->first('account_number') }} @endif
@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('routing_number')) {{ $errors->first('routing_number') }} @endif
@elseif($service->id == 321)
@if ($errors->has('help_name')) {{ $errors->first('help_name') }} @endif
@if ($errors->has('help_father_name')) {{ $errors->first('help_father_name') }} @endif
@if ($errors->has('help_pasport')) {{ $errors->first('help_pasport') }} @endif
@if ($errors->has('current_country')) {{ $errors->first('current_country') }} @endif
@if ($service->id != 322)
@if ($errors->has('flight_number')) {{ $errors->first('flight_number') }} @endif
@if ($errors->has('flight_date')) {{ $errors->first('flight_date') }} @endif
@if ($errors->has('distance_code')) {{ $errors->first('distance_code') }} @endif
@endif @else
@if ($errors->has('help_name')) {{ $errors->first('help_name') }} @endif
@if ($errors->has('help_father_name')) {{ $errors->first('help_father_name') }} @endif
@if ($errors->has('help_pasport')) {{ $errors->first('help_pasport') }} @endif
@if ($errors->has('current_country')) {{ $errors->first('current_country') }} @endif
@if ($service->id != 322)
@if ($errors->has('flight_number')) {{ $errors->first('flight_number') }} @endif
@if ($errors->has('flight_date')) {{ $errors->first('flight_date') }} @endif
@if ($errors->has('distance_code')) {{ $errors->first('distance_code') }} @endif
@endif @endif @if ($service->id == 322)
@if ($errors->has('financial_amount')) {{ $errors->first('financial_amount') }} @endif
@endif
@if ($errors->has('help_division_id')) {{ $errors->first('help_division_id') }} @endif
@if ($errors->has('help_district_id')) {{ $errors->first('help_district_id') }} @endif
@if ($errors->has('help_thana_id')) {{ $errors->first('help_thana_id') }} @endif
@if ($errors->has('help_post_code')) {{ $errors->first('help_post_code') }} @endif
@if ($errors->has('help_address')) {{ $errors->first('help_address') }} @endif
@if ($errors->has('help_contact')) {{ $errors->first('help_contact') }} @endif
@endsection @section('scripts') @endsection