@extends('layouts.app') @section('title','Student Form') @section('content')
@csrf @if($row->id)@method('PUT')@endif
@endsection