@extends('layouts.app') @section('title','Label') @section('style') @endsection @section('content') {!! Form::open(['method'=>'POST','action' => 'LabelController@customiseContinue']) !!} CUSTOMIZE YOUR LABEL You can drag and move the text above to your desired position. Label: @foreach($yourName as $label) id == $selected->id? 'selected' : ''!!} value="{{$label->photo->file}}"> {{$label->name}} @endforeach Customer Name: Font: @foreach($fonts as $font) {{$font->name}} @endforeach Contact Information (Enter any 2 combinations of Address, Phone, or Website) Please Note: These are not actual proofs, but simply a means to preview what your labels might look like. Save&Continue Back Save and Continue {!! Form::close() !!} @endsection @section('footer') @endsection