@php $agences = get_posts([ 'post_type' => 'societes', 'post_status' => 'publish', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC', ]); @endphp
@php echo wp_nonce_field('vehicle_lead_form', '_token', true, false); @endphp