@extends('admin.layout.master') @section('title', 'الخدمات') @section('content')
الخدمات
تعديل البيانات
@csrf @method('PATCH')
الاسم باللغة العربية
@if ($errors->has('name_ar'))
{{ $errors->first('name_ar') }}
@endif
الاسم باللغة الإنجليزية
@if ($errors->has('name_en'))
{{ $errors->first('name_en') }}
@endif
السعر بالريال
@if ($errors->has('price'))
{{ $errors->first('price') }}
@endif
المده الزمنية
@if ($errors->has('duration'))
{{ $errors->first('duration') }}
@endif
الصورة
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
تعديل
@stop