@extends('layouts.frontend') @section('content')
{{ trans('global.create') }} {{ trans('cruds.profile.title_singular') }}
@method('POST') @csrf
@if($errors->has('user'))
{{ $errors->first('user') }}
@endif {{ trans('cruds.profile.fields.user_helper') }}
@if($errors->has('avatar'))
{{ $errors->first('avatar') }}
@endif {{ trans('cruds.profile.fields.avatar_helper') }}
@if($errors->has('motto'))
{{ $errors->first('motto') }}
@endif {{ trans('cruds.profile.fields.motto_helper') }}
@if($errors->has('facebook'))
{{ $errors->first('facebook') }}
@endif {{ trans('cruds.profile.fields.facebook_helper') }}
@if($errors->has('instagram'))
{{ $errors->first('instagram') }}
@endif {{ trans('cruds.profile.fields.instagram_helper') }}
@if($errors->has('twitter'))
{{ $errors->first('twitter') }}
@endif {{ trans('cruds.profile.fields.twitter_helper') }}
@if($errors->has('linkedin'))
{{ $errors->first('linkedin') }}
@endif {{ trans('cruds.profile.fields.linkedin_helper') }}
@if($errors->has('nickname'))
{{ $errors->first('nickname') }}
@endif {{ trans('cruds.profile.fields.nickname_helper') }}
@if($errors->has('birthplace'))
{{ $errors->first('birthplace') }}
@endif {{ trans('cruds.profile.fields.birthplace_helper') }}
@if($errors->has('birthdate'))
{{ $errors->first('birthdate') }}
@endif {{ trans('cruds.profile.fields.birthdate_helper') }}
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif {{ trans('cruds.profile.fields.address_helper') }}
@if($errors->has('village'))
{{ $errors->first('village') }}
@endif {{ trans('cruds.profile.fields.village_helper') }}
@if($errors->has('district'))
{{ $errors->first('district') }}
@endif {{ trans('cruds.profile.fields.district_helper') }}
@if($errors->has('city'))
{{ $errors->first('city') }}
@endif {{ trans('cruds.profile.fields.city_helper') }}
@if($errors->has('province'))
{{ $errors->first('province') }}
@endif {{ trans('cruds.profile.fields.province_helper') }}
@if($errors->has('postal_code'))
{{ $errors->first('postal_code') }}
@endif {{ trans('cruds.profile.fields.postal_code_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('occupations'))
{{ $errors->first('occupations') }}
@endif {{ trans('cruds.profile.fields.occupation_helper') }}
@foreach(App\Models\Profile::MARRIAGE_STATUS_RADIO as $key => $label)
@endforeach @if($errors->has('marriage_status'))
{{ $errors->first('marriage_status') }}
@endif {{ trans('cruds.profile.fields.marriage_status_helper') }}
@if($errors->has('marriage_date'))
{{ $errors->first('marriage_date') }}
@endif {{ trans('cruds.profile.fields.marriage_date_helper') }}
@if($errors->has('father_name'))
{{ $errors->first('father_name') }}
@endif {{ trans('cruds.profile.fields.father_name_helper') }}
@if($errors->has('father_occupation'))
{{ $errors->first('father_occupation') }}
@endif {{ trans('cruds.profile.fields.father_occupation_helper') }}
@if($errors->has('mother_name'))
{{ $errors->first('mother_name') }}
@endif {{ trans('cruds.profile.fields.mother_name_helper') }}
@if($errors->has('mother_occupation'))
{{ $errors->first('mother_occupation') }}
@endif {{ trans('cruds.profile.fields.mother_occupation_helper') }}
@if($errors->has('spouse_name'))
{{ $errors->first('spouse_name') }}
@endif {{ trans('cruds.profile.fields.spouse_name_helper') }}
@if($errors->has('spouse_occupation'))
{{ $errors->first('spouse_occupation') }}
@endif {{ trans('cruds.profile.fields.spouse_occupation_helper') }}
@if($errors->has('parent_phone_number'))
{{ $errors->first('parent_phone_number') }}
@endif {{ trans('cruds.profile.fields.parent_phone_number_helper') }}
@if($errors->has('spouse_phone_number'))
{{ $errors->first('spouse_phone_number') }}
@endif {{ trans('cruds.profile.fields.spouse_phone_number_helper') }}
@if($errors->has('number_of_siblings'))
{{ $errors->first('number_of_siblings') }}
@endif {{ trans('cruds.profile.fields.number_of_siblings_helper') }}
@if($errors->has('order_in_siblings'))
{{ $errors->first('order_in_siblings') }}
@endif {{ trans('cruds.profile.fields.order_in_siblings_helper') }}
@if($errors->has('personal_website'))
{{ $errors->first('personal_website') }}
@endif {{ trans('cruds.profile.fields.personal_website_helper') }}
@if($errors->has('income'))
{{ $errors->first('income') }}
@endif {{ trans('cruds.profile.fields.income_helper') }}
@if($errors->has('skin_color'))
{{ $errors->first('skin_color') }}
@endif {{ trans('cruds.profile.fields.skin_color_helper') }}
@if($errors->has('weight'))
{{ $errors->first('weight') }}
@endif {{ trans('cruds.profile.fields.weight_helper') }}
@if($errors->has('height'))
{{ $errors->first('height') }}
@endif {{ trans('cruds.profile.fields.height_helper') }}
@if($errors->has('tribe'))
{{ $errors->first('tribe') }}
@endif {{ trans('cruds.profile.fields.tribe_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('hobbies'))
{{ $errors->first('hobbies') }}
@endif {{ trans('cruds.profile.fields.hobbies_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('skills'))
{{ $errors->first('skills') }}
@endif {{ trans('cruds.profile.fields.skills_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('organization_histories'))
{{ $errors->first('organization_histories') }}
@endif {{ trans('cruds.profile.fields.organization_histories_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('internal_activities'))
{{ $errors->first('internal_activities') }}
@endif {{ trans('cruds.profile.fields.internal_activities_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('external_activities'))
{{ $errors->first('external_activities') }}
@endif {{ trans('cruds.profile.fields.external_activities_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('education_histories'))
{{ $errors->first('education_histories') }}
@endif {{ trans('cruds.profile.fields.education_histories_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('work_histories'))
{{ $errors->first('work_histories') }}
@endif {{ trans('cruds.profile.fields.work_histories_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('businesses'))
{{ $errors->first('businesses') }}
@endif {{ trans('cruds.profile.fields.business_helper') }}
@endsection @section('scripts') @endsection