@extends('app.app') @section('title') Signature @endsection @section('styles') @endsection @push('head-scripts') @endpush @section('content')
Signature
@if ($message = Session::get('success'))
{{ $message }}
@endif
@csrf



@push('scripts') @endpush @endsection