@extends('admin.layouts.app') @section('title', __('dashboard.add_dependent')) @section('content')
{{ __('dashboard.dependent_information') }}
@php $dependent = null; @endphp @include('admin.dependents.__inputs')
@endsection