@extends('layouts.app') @section('title', 'Edit Student') @section('content')

Edit {{ $student->full_name }}

@csrf @method('PATCH')
@endsection