PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` @extends('layouts.app') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Add new member

@php $record = \App\Member::latest()->count(); if ($record == 0) { $record = 0; } $nextMemberId = $record + 1; $member_id = str_pad($nextMemberId, 6, "0", STR_PAD_LEFT) @endphp
@csrf
@if ($errors->has('reference_id')) {{ $errors->first('reference_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('hus_father')) {{ $errors->first('hus_father') }} @endif
@if ($errors->has('mother')) {{ $errors->first('mother') }} @endif
@if ($errors->has('birthday')) {{ $errors->first('birthday') }} @endif
@if ($errors->has('nid')) {{ $errors->first('nid') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('profession')) {{ $errors->first('profession') }} @endif
@if ($errors->has('religion')) {{ $errors->first('religion') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('present_address')) {{ $errors->first('present_address') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('permanent_address')) {{ $errors->first('permanent_address') }} @endif
{{-- --}}
@if ($errors->has('picture')) {{ $errors->first('picture') }} @endif
{{-- --}}
@if ($errors->has('signature_image')) {{ $errors->first('signature_image') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('footer-script') @endsection