@extends('Admin.Views.admin') @include('dss::sidebar') @section('content')
Creado solicitud de {{ $person->name }}
@csrf @php if (! isset($data)) { $old = old(); if (! empty($old)) { $data = $old; } else { $data = []; } } @endphp
@endsection