@extends('layouts.default') @php $pageTitle = 'Update Member Registration '; @endphp @section('title',$pageTitle) @section('PageHead') @if ( session('massage') ) × Success! {{session('massage')}} @endif @if ( session('error') ) × Not Success! {{session('error')}} @endif @if (Session::has('errors')) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{$pageTitle}} Dashboard @if(userCan('Vendor-list')>0) Member List @endif @if(userCan('Vendor-create')>0) New Member @endif @stop @section('content') @csrf {{ method_field('PUT') }} Name (English) Name (বাংলা ) Father's Name Mother's Name Permanent Address Present Address SSC Batch SSC Department - Science Commerce Humanities HSC Batch HSC Department - Science Commerce Humanities Present Occupation Job Position Office/Org Name Mobile Number @if(intval($data->birth_date)>0) @php $dd = date('d',strtotime($data->birth_date)); $mm = date('m',strtotime($data->birth_date)); $yy = date('Y',strtotime($data->birth_date)); @endphp @endif Email ID Date of Birth Day 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Month 1 | January 2 | February 3 | March 4 | April 5 | May 6 | June 7 | July 8 | August 9 | September 10 | October 11 | November 12 | December Blood Group blood_group=='') selected @endif > - blood_group=='A+') selected @endif > A+ blood_group=='A−') selected @endif > A− blood_group=='B+') selected @endif > B+ blood_group=='B−') selected @endif > B− blood_group=='AB+') selected @endif > AB+ blood_group=='AB−') selected @endif > AB− blood_group=='O+') selected @endif > O+ blood_group=='O−') selected @endif > O− Reg Date Status Search - All status==1) selected @endif>Active status==2) selected @endif>Pending status) && $data->status==0) selected @endif>In-Active Save @stop