@extends(decide_template()) @section('title', $title) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if($action == 'add') @else @endif

{{trans('profile_fields.form_heading')}}

is_default) && $field->is_default == 1 ? 'readonly' : '' }} {{ $action != 'add' ? 'readonly' : '' }} />
@if($action == 'add') @else @endif
@endsection