@extends('layouts.app') @section('title') Selected Applicant @endsection @section('content')
Filter
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@if ($message = Session::get('success'))

{{ $message }}

@endif
@csrf
@error('program_id')
{{ $message }}
@enderror
@error('entry_year')
{{ $message }}
@enderror
@endsection