@extends('layouts.satellite')
@section('content')
<!-- Section: intro -->
<section id="intro" class="intro">
<div class="satellite-content">
<div class="container">
<div class="row">
<div class="col-xs-12 satellite_row">
Hello, {{$practice->first_name }} {{ $practice->last_name }}!
<br><br>
Below you'll find the "practice video, "<b>
@if($practice->clip==1 || $practice->clip==2 || $practice->clip==3 || $practice->clip==4 || $practice->clip==5 || $practice->clip==6 || $practice->clip==7 || $practice->clip==8 || $practice->clip==9 || $practice->clip==10)
DIAGNOSIS: DYSFUNCTIONAL SUCK PATTERN WITH FLACCID TONGUE | Video # {{ $practice->clip }}</b>
@endif
<br><br>
You'll have access to this video until <b><?php echo date("m/d/Y", strtotime($practice->expiration_date));?></b>. If you have any questions, contact NOMAS International by clicking <a href="/contact">here</a>.
<br><br>
Thanks!
<br><br>
<div style="padding:10px; border:1px solid #ccc; text-align:center;">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="{{ asset('assets/videos/video_'.$practice->clip.'.mp4') }}" allowfullscreen autoplay=false></iframe>
</div>
</div><br><br>
</div>
</div>
</div>
</div>
</section>
@endsection
PHP is a widely-used server-side scripting language especially suited for web development, powering tens of millions of sites from Facebook to personal WordPress blogs. PHP is often paired with the MySQL relational database, but includes support for most other mainstream databases. By utilizing different Server APIs, PHP can work on many different web servers as a server-side scripting language.
TRUSTED BY