@extends('layouts.adminapp') @section('content') {{-- Batch --}}
| Si No | Title | Start Date | End Date | Incharge | Narration | Actions |
|---|---|---|---|---|---|---|
| {{ ++$si }} | {{ $Batch->title }} | {{ date_format(date_create($Batch->startdate), 'd-m-Y') }} | {{ date_format(date_create($Batch->enddate), 'd-m-Y') }} | {{ $Batch->employee->user->name }} | {{ $Batch->narration }} |