@extends('layouts.frontend.app') @section('title', 'Jyoti Care' ) @section('style') @endsection @section('script') @endsection @section('content') {{trans('general.home')}} {{trans('general.jyoti-care')}} {{trans('general.jyoti-care')}} @if(Session::has('flash_success')) {!! Session::get('flash_success') !!} @endif {{trans('general.jyoti-care-registration')}} @if($errors->has('full_name')) {{ $errors->first('full_name') }} @endif {{trans('contact.full-name')}} @if($errors->has('mobile_no')) {{ $errors->first('mobile_no') }} @endif {{trans('contact.mobile-number')}} @if($errors->has('address')) {{ $errors->first('address') }} @endif {{trans('contact.address')}} @if($errors->has('email_address')) {{ $errors->first('email_address') }} @endif {{trans('contact.email-address')}} {{trans('contact.qualification')}} Below SEE SEE Intermediate Bachelor Master Phd @if($errors->has('qualification')) {{ $errors->first('qualification') }} @endif {{trans('branch.branch_location')}} Amanagar Arghakhanchi Attariya Baglung Baitadi Bajhang Bajura @if($errors->has('branch')) {{ $errors->first('branch') }} @endif {{trans('contact.status')}} Business Employee Students Other @if($errors->has('status_category')) {{ $errors->first('status_category') }} @endif {{trans('contact.upload-citizenship')}} {!! captcha_img('flat') !!} @if($errors->has('captcha')) {{ $errors->first('captcha') }} @endif {{trans('contact.captcha')}} * {{trans('contact.submit')}} @endsection