@extends('layouts.app') @section('title') Exam Lock Details @endsection @section('content')
Exam Locks
@if (session('delete')) @endif
@foreach ($exam_locks as $exam_lock) @endforeach
Academic Year Academic Session Start Date End Date Status Action
{{ $exam_lock->academic_year->academic_year_name }} {{ $exam_lock->academic_session->academic_session_name }} {{ date('d/m/Y', strtotime($exam_lock->start_date)) }} {{ date('d/m/Y', strtotime($exam_lock->end_date)) }} {{ $exam_lock->status }}
@csrf

Set Exam Lock
  • assistant_photoAction
  • printAnother action
  • favoriteSomething else here
@csrf @if (session('success')) @endif
@endsection