@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
Form Field Group List
@foreach($fromGroups as $formgroup) {{-- @if($payment->student_id==693716804) {{dd($payment)}} @endif --}} @endforeach
Name Order Status Created Action
{{$formgroup->name}} {{$formgroup->view_order}} {{$formgroup->status == 'Y' ? "show" : "Hide" }} {{$formgroup->created_at}}
@csrf @method('DELETE')
Name Order Status Created Action
@endsection @section('customJs') @endsection