@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Monitoring & Evaluation GANG REPORTS @include('includes.messages') {{ csrf_field() }} Select Report Select Report Type. Attendance Report Membership Report {{-- Offloading Rejection Report --}} Select Gang Select Gang. @if ($user->port_id == 4) All Gangs @endif @foreach ($gangs as $gang) {{ $gang->gang_name }} @endforeach Select Port Select Port. @if ($user->port_id == 4) All Ports @endif @foreach ($ports as $port) {{ $port->name }} @endforeach Select season Select season. All Seasons @foreach ($seasons as $season) {{ $season->name }} @endforeach Date from: Date to: {{-- Select Port Select port. @foreach ($ports as $port) {{ $port->name }} @endforeach --}} @endsection @section('more-scripts') @endsection