@extends('layouts.admissions') @section('content')
@if(session('status'))
{{session('status')}}
@endif
@if(!empty($status)) {{$status . "."}} Note that files should be .ZIP,.RAR @endif
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Filter Joining Instructions
{{csrf_field()}}
@if(count($details) > 0)
@foreach($details as $c) @endforeach()
# Course FileName Acad.Year Intake Foreign Download Update Delete
{{$co}} {{$c->course}} {{$c->file_name}} {{$c->year}} {{$c->intake}} @if($c->foreign == 1) Yes @else No @endif Download Update Delete
@endif
@stop