@extends(activeTemplate() .'layouts.form') @section('style') @endsection @section('content')
@csrf

{{__($page_title)}}

@isset($reference)
@endisset
@if($company_policy->count() !=0)
@lang('I agree with')
@endif
@endsection @section('script') @endsection