@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('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

صورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif

يرجي إختيار الخدمات

@foreach($services as $service)
@if ($errors->has('service_id')) {{ $errors->first('service_id') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif
@endforeach
@stop