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

Profile

@endsection @section('content')
Update Profile
@include('layouts.flash')
@csrf @method('PUT')
@include('layouts.btn-group',['btn'=>'Update'])
@endsection