@extends('layouts.app') @inject('employeeRepository', 'Modules\Employee\Repositories\EmployeeRepository') @use('Carbon\Carbon') @section('content')
S.N | Title | Date | Meeting with | Team Member | Location | Action | |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $item->title }} | {{ $item->date?->format('Y-m-d') }}
[{{ Carbon::parse($item->start_time)->format('h:i A') }} - {{ Carbon::parse($item->end_time)->format('h:i A') }} ] |
{{ $item->meeting_with }}
{{ $item->meeting_with == 'client' ? $item->client?->name : '-' }} |
{{-- @endif --}} | {{--- | --}}{{ $item->location }} |