@extends('layouts.app') @section('content')
@if (!$provider_user_acct->isAvailable())


This provider is not available

@else

{{ $provider_svc->service }} Instructions/Process

Please browse to select your file, complete each field, provide instructions for your provider, and click on the “Upload” button to submit payment on the next page.


Choose Different Provider
{!! Form::open([ 'route' => 'admin.checkout', 'name' => 'submit', 'files' => true, 'enctype' => 'multipart/form-data', 'id' => 'checkoutForm', ]) !!} {!! csrf_field() !!}
@include('partials.single_editor', ['user' => $provider_user_acct, 'profile_base_url' => $profile_base_url, 'provider_svc_id' => $provider_svc_id, 'isWriters' => $provider_svc_id !== 1])
*
{{--
*
--}}
{{-- if writing doc, file upload not required --}} @if ($provider_svc_id == 2) @else * @endif
@if ($provider_svc_id == 2) @else @endif
{{-- if writing/rewriting doc, call it Request Name/Title --}} @if ($provider_svc_id == 2 || $provider_svc_id == 3) * @else * @endif
Minimum word count not met.
 
* {{-- If writing/rewriting, change wording to reflect request --}} @if ($provider_svc_id == 2 || $provider_svc_id == 3) Please enter the word count of your request to view available services. @else Please enter the word count of your document to view available services. @endif
@if ($provider_svc_id === 1 || $provider_svc_id === 3)
@endif {{-- If editing or rewriting service, offer formatting service add-on --}}

{!! Form::close() !!}
@endif
@stop @push('footer_js') @endpush