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

Free Sample Instructions/Process

{{-- @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
@include('partials.single_editor', ['user' => $provider_user_acct, 'profile_base_url' => '/editors', 'provider_svc_id' => 1])

Please select your file, complete each field, provide instructions for the editor, and click on the “Upload” button to submit your Free Sample Edit Request.

{!! Form::open(array('route' => 'public.uploadFreeSample', 'name' => 'submit', 'files' => true, 'enctype' => 'multipart/formdata', 'id' => 'checkoutForm')) !!} {!! csrf_field() !!}
*
*
*
{!! Form::close() !!}
@stop