@extends('producer.producer_layout.app') @section('content')
{{ $script->title }}
Synopsis: {{ $script->synopsis }}
Logline: {{ $script->logline }}
Tagline: {{ $script->tagline }}
Treatment: @if (request()->query('purchased') == 'single') @else @endif
Screenplay:
@if (!request()->query('money') == 'no') @if (request()->query('type') == 'basic') @elseif(request()->query('type') == 'premium') @endif @else @endif
@endsection