@extends('admin.layout.master') @section('title', 'المؤهلات') @section('content')

المؤهلات

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@stop