@extends('layouts.admin.master')
@section('title')
Batch Type
{{ $title }}
@endsection
@push('css')
@endpush
@section('content')
| # |
Module |
Type |
Label |
Status |
Action |
@php
$count = 1;
@endphp
@foreach($data as $list)
| {{$count++}} |
{{$list->module}} |
{{$list->type}} |
{{$list->label}} |
{{$list->status}} |
|
@endforeach
@push('scripts')
@endpush
@endsection