@extends('layouts.admin.app') @section('content')

JS Cas List

 Add
@php $i = 1; @endphp @foreach($jsMemberList as $key => $n) @php $i++; @endphp @endforeach
@endsection @section('scripts') @endsection