@extends('layouts.template') @section('content')
@if(session('msg_success')) @endif @if(session('msg_update')) @endif @if(session('msg_delete')) @endif

{{ csrf_field() }}
{{ csrf_field() }}
{{ csrf_field() }}

Not valid email!

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

Minimum 6 character

@if ($errors->has('username')) {{ $errors->first('username') }} @endif

Minimum 6 character

Confirm password didn't match

@if(!empty($userdata->image)) @else @if($userdata->gender == 'Female') @else @endif @endif



@stop