@extends('layout.base') @section('action') {{-- Reject --}} @if (empty($volunteer->status)) Shortlist @elseif ($volunteer->status == 'shortlist') Approve @endif @endsection @section('content') {{-- --}}