forked from miguel456/rbrecruiter
Add interview page (incomplete commit)
This commit is contained in:
5
resources/js/app.js
vendored
5
resources/js/app.js
vendored
@@ -7,6 +7,11 @@
|
||||
require('chart.js');
|
||||
require('./bootstrap');
|
||||
|
||||
import { Calendar } from '@fullcalendar/core';
|
||||
import dayGridPlugin from '@fullcalendar/daygrid';
|
||||
import timeGridPlugin from '@fullcalendar/timegrid';
|
||||
import listPlugin from '@fullcalendar/list';
|
||||
|
||||
window.Vue = require('vue');
|
||||
|
||||
/**
|
||||
|
1
resources/js/calendar.js
vendored
Normal file
1
resources/js/calendar.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
|
54
resources/views/dashboard/appmanagement/interview.blade.php
Normal file
54
resources/views/dashboard/appmanagement/interview.blade.php
Normal file
@@ -0,0 +1,54 @@
|
||||
@extends('adminlte::page')
|
||||
|
||||
@section('title', 'Raspberry Network | Applications')
|
||||
|
||||
@section('content_header')
|
||||
|
||||
<h4>Application Management / Pending Interviews</h4>
|
||||
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col">
|
||||
|
||||
<div class="small-box bg-warning">
|
||||
<div class="inner">
|
||||
<h3>3</h3>
|
||||
<p>Pending Interviews</p>
|
||||
</div>
|
||||
<div class="icon">
|
||||
<i class="fas fa-microphone-alt"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
|
||||
<div class="small-box bg-success">
|
||||
<div class="inner">
|
||||
<h3>4</h3>
|
||||
<p>Finished Interviews</p>
|
||||
</div>
|
||||
<div class="icon">
|
||||
<i class="fas fa-check"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@stop
|
@@ -4,7 +4,7 @@
|
||||
|
||||
@section('content_header')
|
||||
|
||||
<h4>My Account / Peer Review</h4>
|
||||
<h4>Application Management / Peer Review</h4>
|
||||
|
||||
@stop
|
||||
|
||||
|
Reference in New Issue
Block a user