@extends('back/layouts.app') @section('content')

{{ __('words.add') }}    

{{ csrf_field() }}
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('password')){{ $errors->first('password') }}@endif
@if ($errors->has('alias')){{ $errors->first('alias') }}@endif
@if ($errors->has('birthdate')) {{ $errors->first('birthdate') }} @endif
@if ($errors->has('header')){{ $errors->first('header') }}@endif
@if ($errors->has('meta_description')){{ $errors->first('meta_description') }}@endif
@if ($errors->has('meta_keywords')){{ $errors->first('meta_keywords') }}@endif
@if ($errors->has('qualification')){{ $errors->first('qualification') }}@endif
@if ($errors->has('specialization')){{ $errors->first('specialization') }}@endif
@if ($errors->has('position')){{ $errors->first('position') }}@endif
@if ($errors->has('html')){{ $errors->first('html') }}@endif



@section('js_pagelevel') @endsection @endsection