My Services

Add Service
@if($notification)
{{ $notification }}
@endif
@forelse($services as $service) @empty @endforelse
Service Category Price Range Negotiable Actions
{{ $service->name }}

{{ Str::limit($service->name, 40) }}

{{ $service->category->label() }} {{ format_price($service->price_from, $service->currency, 0) }} - {{ format_price($service->price_to, $service->currency, 0) }} @if($service->is_negotiable) Yes @else No @endif
Edit

No services listed yet.

Add your first service
@if($services->hasPages())
{{ $services->links() }}
@endif