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