@extends('user::layouts.masterlist') @section('content')

Manage Projects

@include('layouts.flash.alert')

Projects

@if (auth()->user()->can('access', 'projects add')) Create Project New Version Create Project @endif
{{ Form::label('region_filter_id', 'Region') }} {{ Form::select('region_filter_id',[''=>'All'] + config('constants.REGIONS'),'', [ 'class' => "form-control select2-input", 'id' => "region_filter", 'data-live-search'=>'true', ]) }}
{{ Form::label('shift_filter_id', 'Shifts') }} {{ Form::select('shift_filter_id',[''=>'All'] + config('constants.SHIFTS'),'', [ 'class' => "form-control select2-input", 'id' => "shift_filter", 'data-live-search'=>'true', ]) }}
Reference No Title Company Region Contract Type Shifts Tender Status Bid Value Status Actions
@stop @push('scripts') @endpush