@extends('layout.master') @section('title', 'E-Signature') @section('content')

Confirmation & E-Signature

@include('inc.messages')
Please review the details below. By signing, the member confirms that all entered information is accurate and correct.
Member Picture
Full Name {{ $member->name }} Member # {{ $member->member_number }}
Guardian {{ $member->initial }} {{ $member->parent_name }} CNIC {{ $member->cnic }}
Date of Birth {{ $member->dob }} Mobile # {{ $member->mobile_number }}
City {{ $member->city }} Address {{ $member->address }}
@csrf

Draw the signature above using a mouse or touch screen.

@endsection @section('js') @endsection