@extends('admin.layout.master') @section('title', 'خدماتنا') @section('content')

خدماتنا

إنشاء جديد

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