@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
@endsection
@section("scripts")
@endsection