@extends('layouts.app') @push('head-script') @endpush @section('content') @php $gender = [ 'male' => __('modules.front.male'), 'female' => __('modules.front.female'), 'others' => __('modules.front.others') ]; @endphp