@extends('admin.layouts.app') @section('title', __('dashboard.edit_dependent')) @section('content')
{{ __('dashboard.dependent_information') }}
@include('admin.dependents.__inputs')
@endsection