@extends('templates.desktop.app') @push('styles') @include('mitra.desktop.account.partials.css') @endpush @section('content') @php $hasPin = Auth::user()->pin !== null; @endphp
@include('mitra.desktop.account.partials.sidebar')
Profile
@endsection @push('scripts') @endpush