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