@if (auth()->user()->type ==1)
@endif
@forelse ($services as $service)

{{$service->service_name}}

@empty No Services found @endforelse
{{$services->links('livewire::simple-bootstrap')}}