@section('title') My Profile @endsection @section('breadcrumbs') {{ Breadcrumbs::render('invoices') }} @endsection
@include('pages.users.profile-headerdetails')
@if(count($invoices) > 0) @foreach($invoices as $invoice) @endforeach @endif
@push('scripts') @endpush