@extends('layouts.app') @section('content')
Update Profile
{{ csrf_field() }} {{ method_field('PATCH') }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection