@extends('master')
@section('title', 'Prelist Acess Control')
@section('description', '')
@section('keywords', '')
@section('content')
Agency |
Administrator Name |
Give/Revoke Access to pre-listed weeks |
@foreach($agencies as $agency)
{{ $agency->agency }} |
{{ $agency->name }} |
@if($agency->access_prelist==1)
|
@else
|
@endif
@endforeach
links(); ?>
@stop