@extends('voyager::master') @section('page_title', $pageTitle ?? 'Compulsory Buying Link Page') @section('page_header')

{{ $pageTitle ?? 'Compulsory Buying Link Page' }}

@stop @section('content')
{{-- Form Link (readonly) --}}
{{-- Fund Agreed --}}
{{-- Dynamic link & copy --}}

Note: Please fill Fund Agreed to generate the dynamic link for copy.

{{-- QR Code --}}
{!! QrCode::format('svg')->size(120)->margin(1)->generate(url('form/compulsory_buying_form_process')) !!}
Download QR Code as PDF
{{-- panel-body --}}
{{-- panel --}}
@stop @section('javascript') @stop