@extends('layouts.frontend') @section('title', 'Signature') @section('content')
@csrf @method('PUT')

Signature

Signature:
Please Sign Within The Dotted Line, The Signature Must Be Standard, Complete And Clear
signature
{{-- if(!auth()->user()->member->signature) --}}
{{-- --}}
{{-- endif --}}
@if (session()->has('success')) @endif @if (session()->has('warning')) @endif @endsection @push('styles') @vite('resources/js/signature.js') @endpush