@extends('dashboard.v1.index') @section('title', 'الوظائف') @section('content')

الوظائف

إنشاء جديد

@csrf
@if ($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@stop