@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.form-success')

{{ __('Please confirm generate') }}

{{__("Before print, check that all data is correct")}} @if (!empty($melhorenvio_request->preview_url)) {{__('Preview')}} @endif
@endsection @section('scripts') @endsection