JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr@php $qr_path = \App\Models\Utility::get_file('pdfmodule/center_qr'); $users = \Auth::user(); @endphp @extends('layouts.admin') @push('css-page') @endpush @section('page-title') {{ __('Edit PDF to QR Code') }} @endsection @section('title') {{ __('PDF to QR Code') }} @endsection @section('breadcrumb') @endsection @section('action-btn')
@endsection @section('content')
{{-- Theme Setting --}}
{{ Form::open(['route' => ['pdf.edit-theme', $pdfData->id], 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
{{ __('Select Theme:') }}
{{ Form::hidden('themefile', null, ['id' => 'themefile']) }}
@foreach (Modules\pdftoqrcode\Entities\PDFQR::themePDF() as $key => $v)
{{ __('Modern Theme') }}
@foreach ($v as $css => $val) @endforeach
@endforeach
{{ Form::close() }}
{{ __('Preview') }}
{{ Form::open(['route' => ['pdf_to_qr.update', $pdfData->id], 'method' => 'PUT', 'enctype' => 'multipart/form-data','class' => 'needs-validation', 'novalidate']) }}
{{ __('Basic Information:') }}
{{ Form::label('Name', __('Name:'), ['class' => 'form-label']) }} {!! Form::text('name', $pdfData->name, [ 'class' => 'form-control emojiarea', 'placeholder' => __('Enter Name'), 'data-name' => 'pdf_name', 'required' => 'required', ]) !!} @error('name') {{ $message }} @enderror
file) && !isset($pdfContent->url))) checked @endif> file)) checked @endif>
@if (isset($pdfContent) && isset($pdfContent->file->image)) {{ $pdfContent->file->image }} @endif
{{ __('Personalized link:') }}
{{ Form::text('slug', $pdfData->slug, ['class' => 'input-group-text text-start', 'placeholder' => __('Enter Slug')]) }}
{{ Form::close() }}
{{ __('Preview') }}
@include('pdftoqrcode::pdftemplate.' . $pdfData->theme . '.index')
{{-- Start Custom QR-Code --}}
{{ Form::open(['route' => ['pdf.qrcode_setting', $pdfData->id], 'method' => 'POST', 'enctype' => 'multipart/form-data','class' => 'needs-validation', 'novalidate']) }}
{{ __('Qr Code Settings:') }}
{{ Form::label('Foreground Color', __('Foreground Color'), ['class' => 'form-label']) }}
{{ Form::label('Background Color', __('Background Color'), ['class' => 'form-label']) }}
{{ Form::label('Corner Radius', __('Corner Radius'), ['class' => 'form-label']) }}
{{ Form::label('Text', __('Text'), ['class' => 'form-label']) }}
{{ Form::label('Text Color', __('Text Color'), ['class' => 'form-label']) }}
{{ Form::label('image', __('Image'), ['class' => 'form-label']) }}
{{ Form::label('Size', __('Size'), ['class' => 'form-label']) }}
{{-- End Custom QR-Code --}}
@endsection @push('custom-scripts') @endpush