@extends('template.master') @section('content')
@if(Auth::user()->id == $user->id)

Profile Edit

@include('partials.message')
@csrf
@endif @endsection