@extends('admin.layout.master') @section('title', 'فئات المركبات') @section('content')

فئات المركبات

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('color')) {{ $errors->first('color') }} @endif
@if ($errors->has('important_order')) {{ $errors->first('important_order') }} @endif
@if ($errors->has('seat_counts')) {{ $errors->first('seat_counts') }} @endif
@stop