@extends('cms.layout') @section('main')

AAS Vacancy Page

@csrf
Vacancy
@foreach ($vacancy as $st) @endforeach
Title ClosingDate Department Duration Location AuthoredBy Edit Delete
Title ClosingDate Department Duration Location AuthoredBy Edit Delete
{{ $st->title }} {{ $st->closedate }} {{ $st->department }} {{ $st->duration }} {{ $st->location }} {{ $st->authoredby }} Edit Delete
@foreach ($vacancy as $st) @endforeach
@endsection @section('scripts') @endsection