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