@extends('layouts.dash2') @section('title', 'Saved Beneficiaries') @section('content')
@include('partials._mobile_header', [ 'title' => 'Saved Beneficiaries', 'showBackButton' => true, 'backUrl' => route('dashboard'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])
@endsection