@extends('layouts.adminapp') @section('content') {{-- Batch --}}

Batch

Add New

Batch Details

@php $si = 0; @endphp @foreach ($Batchs as $Batch) @endforeach
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 }}
@csrf @method('delete')
@endsection