@if($buy || (Auth::check() && Auth::user()->admin == 1) ) @if(!empty($payment))
* The person must have registered on this site before you can make this transfer.
* If you transfer this course, you will no longer have access to this course.
* If you paid for this course, the person won't have to pay again
This must be an email that already exists on this platform. That is, tell the person to register on this platform if they havent, before you can transfer this course to them.
{!! Form::text('email', '', ['class' => 'form-control','required'=>'required']) !!}