@extends('user.layouts.user') @section('title', 'الوظائف') @section('content')
@if(count($errors) > 0 ) @endif @if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf

انشاء وظيفة

@endsection