@extends('layouts.app') @section('form-title') {{ __('Profile') }} @endsection @section('breadcrumb')
{{ $errors->first('name') }}
{{ $errors->first('country') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('pass') }}
{{ $errors->first('conf_pass') }}
{{ $errors->first('avatar') }}