@extends('layouts.app') @section('title','Intern Stipends') @section('content')

Intern Stipends

@csrf
@foreach($batches as $b)@endforeach
PeriodStatusItemsActions
{{ $b->period }}{{ $b->status }}{{ $b->items_count }}@if(!$b->locked_at)
@csrf
@endif @if($b->status==='approved')
@csrf
@endif
{{ $batches->links() }}
@endsection