@extends('adminlte::page') @section('title', 'Profile') @section('content_header')
@stop @section('content') @include('notifications')

Profile Details

{{ csrf_field() }}

{{ $user->name }}

Payment Details

{{ csrf_field() }}

Update Password

{{ csrf_field() }}

@stop @section('adminlte_js') @stop @section('plugins.jQuery-UI', true) @section('plugins.Datatables', true)