{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @if($isDocuSignConnected) {!! $html2->scripts() !!} @elseif($isClickToSignConnected) {!! $html3->scripts() !!} @endif {!! $html4->scripts() !!} @endsection