@extends('layouts.app') @section("script") @section('content') @include('motivation.header') format_quote {!! Form::text('quote', $quotes->quote, ['id' => 'quote', 'readonly']) !!} {!! Form::label('quote', 'Quote') !!} {!! Form::text('type', $quotes->type, ['id' => 'type', 'readonly']) !!} {!! Form::label('type', 'Type') !!} @endsection @section('scripts')