@extends('layouts.app') @section('css') @endsection @section('breadcrumb') @endsection @section('content')

Batches

@forelse($batches as $batch) @empty
No batches available.
@endforelse
{{-- Footer --}}
@endsection @section('js') {{-- Add extra JS here if needed --}} @endsection