@extends('layouts/contentNavbarLayout') @section('title', 'Edit Student') @section('content')

Edit Student Details

@if ($errors->any())
@endif
@csrf @method('PATCH')

Cancel
@endsection