@extends( getThemePath() . '.layout.master') @section('title', 'Profile '. getSetting('tab_separator') .' '. getSetting('system_title')) @section('header') @include( getThemePath() . '.partials.header') @endsection @section('content')

Profile

@include( getThemePath() . '.notifications')
{{ $user->name }}

{{ $user->name }}

Update Profile

{{ csrf_field() }}

Update Password

{{ csrf_field() }} {{--
--}}
@endsection @section('footer') @include( getThemePath() . '.partials.footer') @endsection