@extends('layouts.master') @section('title') {{trans_choice('general.custom_field',2)}} @endsection @section('content')

{{trans_choice('general.custom_field',2)}}

@foreach($data as $key) @endforeach
{{trans_choice('general.name',1)}} {{trans_choice('general.category',1)}} {{trans_choice('general.required_field',1)}} {{trans_choice('general.type',1)}} {{ trans_choice('general.action',1) }}
{{ $key->name }} @if($key->category=="events") {{trans_choice('general.add',1)}} {{trans_choice('general.event',1)}} @endif @if($key->category=="members") {{trans_choice('general.add',1)}} {{trans_choice('general.member',1)}} @endif @if($key->required==0) {{trans_choice('general.no',1)}} @else {{trans_choice('general.yes',1)}} @endif @if($key->field_type=="number") {{trans_choice('general.number_field',1)}} @endif @if($key->field_type=="textfield") {{trans_choice('general.text_field',1)}} @endif @if($key->field_type=="textarea") {{trans_choice('general.text_area',1)}} @endif @if($key->field_type=="decimal") {{trans_choice('general.decimal_field',1)}} @endif @if($key->field_type=="date") {{trans_choice('general.date_field',1)}} @endif @if($key->field_type=="radiobox") {{trans_choice('general.radio_box',1)}} @endif @if($key->field_type=="select") {{trans_choice('general.select',1)}} @endif @if($key->field_type=="checkbox") {{trans_choice('general.checkbox',1)}} @endif
@endsection @section('footer-scripts') @endsection