@extends('layouts.applicant') @section('nav-links') @include('imports.p-nav-links',['navItem'=> 'downloads']) @endsection @section('contents')
Manage Payments and Downloads
| Name | Memo | Circular | Post | Post Type | Dept./Office | Apply Date | Payments |
|---|---|---|---|---|---|---|---|
| {{ $profile->name }} | {{ $circular->memo }} | {{ $circular->title }} | {{$l->details}} | {{$l->post_type}} | {{$l->dept_desc}} | {{ $l->submission }} | @if(intval($l->payment) == 0 && intval($circular->expired) == 0) Pay Now! @else @if(intval($l->payment) == 1) Download @else Circular Expired @endif @endif |