@extends('layouts.app') @section('content')
@if (isset($year)) تعديل سنة دراسية @else أضافة سنة دراسية @endif
@csrf @if (isset($year)) @method('PATCH') @endif
@endsection