@extends('user.layout.header_footer') @section('content') {{-- --}}
@if(isset($res_student_array))
@endif
@csrf
@if(isset($res_student_array)) @foreach($res_student_array as $key => $c) @endforeach @endif
@endsection @section('app_jquery') @endsection