@extends('admin.layout.master') @section('title', 'تعديل سنة الصنع') @section('content')

تعديل سنة الصنع

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@if ($errors->has('year_to')) {{ $errors->first('year_to') }} @endif
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@stop