@extends('layouts.includes.user.header') @section('content')

Update Profile

@include('layouts.includes.adminlte.alerts')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
avatar @if ($errors->has('image')) {{ $errors->first('image') }} @else
Profile image
@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) Password and Re-type password must be same. @endif
@endsection