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

خدماتنا

تعديل البيانات

@csrf @method('PATCH')
@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