@extends('layouts.admin.base') @section('page-title') {{ $legacy->user->name }}'s Legacy Form @endsection @section('content')
@include('widgets.legacy_form', ['legacy' => $legacy])
@endsection @section('scripts') @endsection