@extends("layouts.dashboard.app") @section("page-nav-title")

Link Service With Ttems

Service with Items

@endsection @section("content")

Link Service

@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@csrf
@foreach($ItemsLists as $ItemsList) @endforeach
select item Image English Item name Arabic Item name
{{$ItemsList->item_name_en}} {{$ItemsList->item_name_ar}}
@foreach($Category_services as $Category_service) @endforeach
select English service name Arabic service name
{{$Category_service->service_name_en}} {{$Category_service->service_name_ar}}
@endsection @section("scripts") @endsection