@extends('layouts.app') @push('head-script') @endpush @section('content')
@if(in_array("view_schedule", $userPermissions)) @lang('app.tableView') @endif @if(in_array("add_schedule", $userPermissions)) @lang('modules.interviewSchedule.addInterviewSchedule') @endif

@lang('modules.interviewSchedule.interviewSchedule')

@include('admin.interview-schedule.upcoming-schedule', ['upComingSchedules' => $upComingSchedules])
{{--Ajax Modal Start for--}} {{--Ajax Modal Ends--}} {{--Ajax Modal Start for--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush