@extends('layouts.admin.master')
@section('title')
Batch Type
{{ $title }}
@endsection
@push('css')
@endpush
@section('content')
| # |
Name |
Score |
Response Type |
Type |
Status |
Action |
@php
$count = 1;
@endphp
@foreach($data as $list)
| {{$count++}} |
{{$list->name}} |
{{$list->score}} |
{{$list->parent_type}} |
{{$list->type}} |
|
|
@endforeach
@push('scripts')
@endpush
@endsection