@extends('layouts.app') @section('title', 'GM Signature — ' . $request->request_number) @section('content')
GM Digital Signature
{{ $request->request_number }}
@if($request->project_name)
{{ $request->project_name }}
@endif
@if($request->signature)
Signed by {{ $request->signature->signedBy->name }} on {{ $request->signature->signed_at->format('d M Y, H:i') }}
← Back to Pipeline @else

Draw your signature below using your mouse or touch screen to approve this purchase request.

Sign here
@csrf

By signing, you approve this purchase request. This action is recorded with your name, timestamp, and IP address.

@endif
@endsection