feat: add visual progress timeline to the intern application dashboard
This commit is contained in:
@@ -137,6 +137,12 @@ class InternApplicationResource extends Resource
|
||||
->disk('public')
|
||||
->directory('signed_interns')
|
||||
->downloadable()
|
||||
->live()
|
||||
->afterStateUpdated(function ($state, Set $set) {
|
||||
if ($state) {
|
||||
$set('status', 'accepted');
|
||||
}
|
||||
})
|
||||
->nullable(),
|
||||
|
||||
DatePicker::make('internship_start_date')
|
||||
|
||||
Reference in New Issue
Block a user