Update Status for Card
{{-- SECTION: Immediately Visible Information --}}
{{-- ID Picture & Signature Picture (Left Column) --}}
{{-- ID Picture --}}
{{-- Signature Picture --}}
{{-- Key Details (Right Column) --}}
@if(session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif