@extends('dashboard.layouts.app') @section('css') @endsection @section('content')
تعديل مقدم خدمة
@include('dashboard.layouts.message')
@csrf

الصورة

@isset($data)
@endisset
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@isset($data) @endisset @if ($errors->has('description_ar')) {{ $errors->first('description_ar') }} @endif
@isset($data) @endisset @if ($errors->has('description_en')) {{ $errors->first('description_en') }} @endif
@foreach ($data['section'] as $dataSection)
{{-- "{{ url('dashboard/providers/show') }}" + '/' + id; --}} @if ($errors->has('section')) {{ $errors->first('section') }} @endif
{{-- @foreach ($data['providsub'] as $h) {{ $h->id }} @endforeach --}} @if ($errors->has('sub_section')) {{ $errors->first('sub_section') }} @endif
@endforeach
@endsection @section('js') {{-- --}} {{-- --}} @endsection