@extends('layouts/contentLayoutMaster') @section('title', 'السيارات') @section('vendor-style') @endsection @section('content')
@if($type == 'car')

أضافة سيارة جديدة

@else

أضافة فئة جديدة

@endif
@csrf
@if($type == 'car')
اسم نوع السيارة بالعربي *
@else
اسم فئة السيارة بالعربي *
@endif
@if ($errors->has('name_ar')) @endif
@if($type == 'car')
اسم نوع السيارة بالأنجليزي *
@if ($errors->has('name_en')) @endif
@endif @if($type == 'car')
الصورة*
@if ($errors->has('logo')) @endif
@endif @if($type == 'category')
السيارة
@if ($errors->has('parent_id')) @endif
@else
الفئات
@if ($errors->has('child_id')) @endif
@endif
@if ($errors->has('status')) @endif
{{-- Data list view end --}} @endsection @section('vendor-script') @endsection