@extends('layouts.app') @section('content')

Order Now


View Editor Profiles View Writer Profiles
Select a service to get started.
{{-- tab content --}}
@foreach ($provider_svcs as $key => $svc)

{{ $svc->service }} Providers


    @foreach ($providers as $p)
  • {{ $p->username }} ({{ $p->stars2() }}   ) Order Now
  • @endforeach
@endforeach
@endsection @push('footer_js') @endpush