@extends('master') @section('title', 'Prelist Acess Control') @section('description', '') @section('keywords', '') @section('content')

Access Control for pre-listed weeks

Approve Pre-selected Weeks
@foreach($agencies as $agency) @if($agency->access_prelist==1) @else @endif @endforeach
Agency Administrator Name Give/Revoke Access to pre-listed weeks
{{ $agency->agency }} {{ $agency->name }}
links(); ?>
@stop