@extends('layout.app') @section('title') Profile @endsection @section('pagetitle') Profile @endsection @section('content')

Edit Profile

@include('includes.errors') @include('includes.success')
@csrf
@endsection