@if(!empty($info)) @if($info->image!=null){{Html::image('storage/image/employee_image/' .$info->image, 'Employee image',array('width'=>'100px','height'=>'100px','class'=>'image image-responsive'))}}@endif @endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(!empty($info))
{{csrf_field()}}
{{trans('label.Employee Name')}} *
{{trans('label.Position')}} *
{{trans('label.Email')}} *
{{trans('label.Address')}} *
{{trans('label.Phone')}} *
{{trans('label.Password')}} *
{{trans('label.Confirm Password')}} *
{{trans('label.Status')}} *
{{trans('label.Photo')}} *
@endif