@extends('dashboard.master') @section('title', 'Exam Seat Edit') @section('content')
Exam Seat Edit
@csrf @method('PUT')

@foreach($students as $item) @endforeach
# Student Seat No
{{ $loop->iteration }} {{ $item->students->name ??'' }} || {{ $item->students->roll_no ??'' }} || {{ $item->students->register_no ??'' }}
@push('js') @endpush @endsection