@extends('layouts.app')
@section('css')
@endsection
@section('breadcrumb')
@endsection
@section('content')
Batches
@forelse($batches as $batch)
@empty
@endforelse
{{-- Footer --}}
@endsection
@section('js')
{{-- Add extra JS here if needed --}}
@endsection