@extends("front/layout.master") @section('title','Register |') @section("body") @php require_once(base_path().'/app/Http/Controllers/price.php'); @endphp
@endsection @section('script') @if($genrals_settings->captcha_enable == 1) {!! no_captcha()->script() !!} @endif @endsection