@extends('admin.layout.master') @section('title', " تعديل المركبات") @section('content')

تعديل المركبات

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

@csrf @method('PATCH')
@if ($errors->has('mark_id')) {{ $errors->first('mark_id') }} @endif
@if ($errors->has('model_id')) {{ $errors->first('model_id') }} @endif
@if ($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('year')) {{ $errors->first('year') }} @endif
@if ($errors->has('seats_count')) {{ $errors->first('seats_count') }} @endif
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
@if ($errors->has('plate_number')) {{ $errors->first('plate_number') }} @endif
@stop @section('scripts') @stop