@extends('welcome.welcome-layout') @section('style') @endsection @section('content')
{{-- @if ($data->title == 'Role contract') --}} @if (in_array($ext, $allowed)) @else @endif {{-- @else @if (in_array($ext, $allowed)) @endif @endif --}}
@if(isset($check->signature))
Signature
Signed at: {{ \Carbon\Carbon::parse($check->created_at)->format('d M Y h:i A') }}
@endif
@if (isset($check['status']) && !empty($check['status'])) @else @endif    
Back
@endsection @section('script') @endsection