User Profile
->avatar ? $user->present()->avatar : url('assets/img/profile.png')}})
@extends('layouts.master') @section('title', 'Profile') @section('content') @include('layouts.partials.breadcrumbs', ['breadcrumbs' => [ ['url' => route('user.dashboard'), 'title' => __('Home')], ['url' => route('user.profile'), 'title' => __('Profile')] ]])