@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.
Please Note: These are not actual proofs, but simply a means to preview what your labels might look like.
Back
{!! Form::close() !!} @endsection @section('footer') @endsection