@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ LaraCore::setting('html_prefix') != '' ? '|' : '' }} Receipt Settings @stop @section('content')
{{ Form::open([ 'url' => route('receiptsettings.preview'), 'method' => 'POST', 'target' => '_blank', 'id' => 'receipt-preview-form' ]) }} @csrf {{ Form::hidden('carrier', '', ['id' => 'receipt-carrier']) }} {{ Form::close() }}

Receipt Settings

Receipts  
@stop @section('custom-scripts') @stop