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

اضافة اشتراك للطالب {{ $student->username }} - {{ $student->email }}

@csrf
@endsection @section('js') @endsection