@extends('layouts.userapp') @section('content') @php use Carbon\Carbon; @endphp @if ($message = Session::get('success'))
You haven't created any PR claims yet.
Create Your First PR Claim| Title | Claim Type | Submission Date | Sent To | Status | Action |
|---|---|---|---|---|---|
| {{ $claim->title }} | {{ Carbon::parse($claim->submission_date)->format('d M Y') }} | @if($claim->claim_type === 'ot') OT @else Claim @endif | {{ $claim->send_to_name }} | @if($claim->status == 'pending') Pending @elseif($claim->status == 'approved') Approved @elseif($claim->status == 'rejected') Rejected @elseif($claim->status == 'escalated') Escalated @endif | View |
You haven't received any PR claims yet.
| Title | Submission Date | Claim Type | From | Status | Action |
|---|---|---|---|---|---|
| {{ $claim->title }} | {{ Carbon::parse($claim->submission_date)->format('d M Y') }} | @if($claim->claim_type === 'ot') OT @else Claim @endif | {{ $claim->created_by_name }} | @if($claim->status == 'pending') Pending @elseif($claim->status == 'approved') Approved @elseif($claim->status == 'rejected') Rejected @elseif($claim->status == 'escalated') Escalated @endif | View |