@extends('layouts.embed2')
@section('page-title', $orderForm->name)
@section('content')
@livewire('employer.order-placement', ['orderForm' => $orderForm,'exitBtn'=>false])
@endsection
@if(setting('captcha_employer_captcha') == 1 )
@section('footer')
@endsection
@section('header')
@parent
@endsection
@endif
@section('footer')
@parent
@endsection