@extends('welcome.welcome-layout') @section('style') @endsection @section('content')
@if ($data->title == 'Role contract') @if (isset($rolecontract['contract']) && $rolecontract['contract'] !== '') @if (in_array($ext, $allowed)) @else @endif @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