@extends('layouts.app') @section('title', 'Profile Settings') @section('content') @include('layouts.partials.page_header', [ 'title' => 'Profile Settings', 'showSocial' => false, 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('home')], ['label' => 'Profile', 'url' => ''], ], ])
@endsection