@extends('layouts.app') @section('title','Offboarding') @section('content')
| User | Type | Last day | Status | Settlement | |
|---|---|---|---|---|---|
| {{ $x->user->name }} | {{ $x->type }} | {{ $x->last_working_date }} | {{ $x->status }} | {{ $x->final_settlement_amount }} | @if($x->status!=='completed')@endif |