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

Profile

@if ($errors->any())

@endif @if(\Session::has('success'))
{{\Session::get('success')}}
@endif
{{csrf_field()}}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
@endsection @section('footerjs') @endsection