@extends('layouts.master') @section('page_title', 'Prototype') @section('content') {{ Form::open(['url' => action('WebsiteRequestController@submit_prototype', compact('website_request'))]) }}
{{ Form::page_header($website_request->website_request_name, "hours") }}
@include('website._website_sidebar', compact('website_request'))
@if ($show_btn) @if ($enabled)
{{ Form::button_save("SUBMIT PROTOTYPE FOR REVIEW") }}
@else
{{ Form::label_styled("Ask again later (when design status is set to prototype)", 'label-italic', \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::button_ex("SUBMIT PROTOTYPE FOR REVIEW", 'play_sound();') }}
@endif @endif
{{ Form::close() }} @endsection @section('page_script') @include('shared_script._website_sidebar_script') @endsection