@extends('dashboard.master') @section('title', 'Student Neshab Edit') @push('css') @endpush @section('content')
Student Neshab Edit
@csrf @method('PUT')

@foreach ($subjects as $subject) @endforeach
# Subject Start Page End Page Note
{{ $loop->iteration }} {{ $subject->subject->name }}
@push('js') @endpush @endsection