@extends('dashboard.layout.content')
@section('customTitle')
عرض الخدمات
@endsection
@section('customStyle')
@endsection
@section('customBody')
إضافة خدمة
الصورة |
الاسم |
خيارات |
@foreach ($services as $service)
|
{{ $service->title }} |
|
@endforeach
الصورة |
الاسم |
خيارات |
@endsection
@section('customScript')
@endsection