@extends('layouts.app') @section('title', 'Record Type') @section('content')







BATCH
@foreach($batchNames as $batchName) @endforeach
Batch Name Action
{{ $batchName }} Edit Delete Fill Data
@endsection