@extends('voyager::master') @section('content')
@include('voyager::alerts') @section('content') @if(Session::has('message'))
{{Session::get('message')}}
@endif @php use App\Source; $sources = Source::find(2); use App\Admission; $admissions = Admission::get(); use App\ApplicantStatus; $statuses = ApplicantStatus::get(); use App\InterestedApplicant; $interestedApplicants = InterestedApplicant::get(); @endphp

Formulario Applicants

{{-- --}} {{-- @foreach($sources as $source) @endforeach --}}
{{-- @php use App\Admission; $admissions = Admission::get(); @endphp --}}
@stop @stop @section('javascript') @stop