@extends('admin.layouts.app') @section('content')

{!! $form['heading'] !!}

@csrf
@if (filled($data->userdocument->first()))
@endif
Cancel
@endsection @section('footer-js') @endsection