@extends('layouts.app') @section('title') Dashboard @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')Info
Info
Info
| Name | Assign Date | Till |
|---|---|---|
| {{ \App\HrmEmployee::find($list->employee_id)->name }} | {{ date('d-F-Y' , strtotime($list->assign_date)) }} | {{ $list->till_date ? date('d-F-Y' , strtotime( $list->till_date)) : 'Curent Assigned' }} |