@extends('layouts.app') @push('css') @endpush @php $title = old('title'); $duration = old('duration'); $document = old('document'); @endphp @section('content')

Manage Projects

Add Project

{!! Form::open(['name'=>'addprojectfrm', 'id'=>'addprojectfrm', 'route' => 'projects.store', 'method' => 'post', 'files' => true]) !!} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{!! Form::label('title', 'Title *', ['for' => 'title']) !!} {!! Form::text('title',$title,['class'=>'form-control','placeholder'=>'Enter Project Title','autofocus'=>true]) !!} @if($errors->has('title')) {{ $errors->first('title') }} @else @enderror
{!! Form::label('document_path', 'Prime Document *', ['for' => 'description']) !!}
{!! Form::file('document_path',['class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
{!! Form::label('duration', 'Duration *', ['for' => 'duration']) !!} {!! Form::text('duration', $duration, ['class'=>'form-control only-num', 'placeholder'=>'Duration', 'autofocus'=>true]) !!}
{!! Form::label('project_type', 'Project Type *', ['for' => 'project_type']) !!}
PipeLine Specification
Diameter Length Chamber Note
{!! Form::text('pipeline[0][diameter]', '',['class'=>'form-control','placeholder'=>'','autofocus'=>true]) !!}
{!! Form::text('pipeline[0][length]', '',['class'=>'form-control only-num','placeholder'=>'','autofocus'=>true]) !!}
Pump Station
Pumps Capacity Head Note
{!! Form::text('ps[0][pumps]', '',['class'=>'form-control only-num', 'autofocus'=>true]) !!}
{!! Form::text('ps[0][capacity]', '',['class'=>'form-control only-num', 'autofocus'=>true]) !!}
{!! Form::text('ps[0][head]', '',['class'=>'form-control only-num', 'autofocus'=>true]) !!}
Reservoir Specification
Type Capacity Length Height Breath Note
{!! Form::text('reserviour[0][capacity]', '',['class'=>'form-control', 'autofocus'=>true]) !!}
{!! Form::text('reserviour[0][length]', '',['class'=>'form-control only-num', 'autofocus'=>true]) !!}
{!! Form::text('reserviour[0][height]', '',['class'=>'form-control only-num', 'autofocus'=>true]) !!}
{!! Form::text('reserviour[0][breath]', '',['class'=>'form-control only-num', 'autofocus'=>true]) !!}
Cancel {!! Form::submit('Save',['class'=>'btn btn-primary btn-lg']) !!}
{!! Form::close() !!}
{!! Form::open(['name'=>'addtenderscopefrm', 'id'=>'addtenderscopefrm', 'url' => 'projects/addScope', 'method' => 'post', 'files' => true]) !!}
{!! Form::label('tendor_notes', 'Note *', ['for' => 'tendor_notes']) !!} {!! Form::textarea('tendor_notes', '', ['rows' => "3", 'cols' => "2", 'class'=>'form-control']) !!}
{!! Form::label('tender_scope_doc', 'Scope Document *', ['for' => 'description']) !!}
{!! Form::file('tender_scope_doc',['class'=>'custom-file-input']) !!} {!! Form::label('tender_scope_doc', 'Choose file', ['class' => 'custom-file-label']) !!}
{!! Form::close() !!}
{!! Form::open(['name'=>'addprojectfrm', 'id'=>'addprojectfrm', 'route' => 'projects.store', 'method' => 'post', 'files' => true]) !!}
{!! Form::label('project_specification', 'Project Specification *', ['for' => 'project_specification']) !!} {!! Form::textarea('project_specification', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('tender_scope')) {{ $errors->first('project_specification') }} @else @enderror
{!! Form::label('document_path', 'Specification Document *', ['for' => 'description']) !!}
{!! Form::file('document_path',['class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Cancel
{!! Form::close() !!}
{!! Form::open(['name'=>'addprojectfrm', 'id'=>'addprojectfrm', 'route' => 'projects.store', 'method' => 'post', 'files' => true]) !!}
{!! Form::label('boq_details', 'Bill Of Quantity *', ['for' => 'boq_details']) !!} {!! Form::textarea('boq_details', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('tender_scope')) {{ $errors->first('boq_details') }} @else @enderror
{!! Form::label('document_path', 'Bill Of Quantity Document *', ['for' => 'boq_doc']) !!}
{!! Form::file('document_path',['id' => 'boq_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Add Pre Quantity
Sr No Name Qty. Amount Total
1
Cancel
{!! Form::close() !!}
{!! Form::open(['name'=>'addprojectfrm', 'id'=>'addprojectfrm', 'route' => 'projects.store', 'method' => 'post', 'files' => true]) !!}
{!! Form::label('drawings', 'Drawings *', ['for' => 'drawings']) !!} {!! Form::textarea('drawings', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('drawings')) {{ $errors->first('drawings') }} @else @enderror
{!! Form::label('document_path', 'Drawings Document *', ['for' => 'drawings_doc']) !!}
{!! Form::file('document_path',['id' => 'drawings_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Cancel
{!! Form::close() !!}
{!! Form::open(['name'=>'addprojectfrm', 'id'=>'addprojectfrm', 'route' => 'projects.store', 'method' => 'post', 'files' => true]) !!}
{!! Form::label('submission ', 'Submission *', ['for' => 'submission']) !!} {!! Form::textarea('submission', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('submission')) {{ $errors->first('submission') }} @else @enderror
{!! Form::label('document_path', 'Submission Document *', ['for' => 'submission_doc']) !!}
{!! Form::file('document_path',['id' => 'submission_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Prequalification Requirment
{!! Form::label('pre_qualification ', 'Pre Qualification *', ['for' => 'pre_qualification']) !!} {!! Form::textarea('pre_qualification', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('pre_qualification')) {{ $errors->first('pre_qualification') }} @else @enderror
{!! Form::label('document_path', 'Pre Qualification Document *', ['for' => 'pre_qualification_doc']) !!}
{!! Form::file('document_path',['id' => 'pre_qualification_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Cancel
{!! Form::close() !!}
{!! Form::open(['name'=>'addprojectfrm', 'id'=>'addprojectfrm', 'route' => 'projects.store', 'method' => 'post', 'files' => true]) !!}
{!! Form::label('insurance', 'Insurance', ['for' => 'insurance']) !!} {!! Form::textarea('insurance', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('insurance')) {{ $errors->first('insurance') }} @else @enderror
{!! Form::label('document_path', 'Insurance Document *', ['for' => 'insurance_doc']) !!}
{!! Form::file('document_path',['id' => 'insurance_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Tendor Bond
{!! Form::label('tender_bond ', 'Tender Bond *', ['for' => 'tender_bond']) !!} {!! Form::textarea('tender_bond', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('submission')) {{ $errors->first('tender_bond') }} @else @enderror
{!! Form::label('document_path', 'Tender Bond Document *', ['for' => 'tender_bond_doc']) !!}
{!! Form::file('document_path',['id' => 'tender_bond_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Miscellaneous Items
{!! Form::label('miscellaneous ', 'Miscellaneous *', ['for' => 'miscellaneous']) !!} {!! Form::textarea('miscellaneous', '',['cols' => "50", 'class'=>'form-control text-editor']) !!} @if($errors->has('miscellaneous')) {{ $errors->first('miscellaneous') }} @else @enderror
{!! Form::label('document_path', 'Miscellaneous Document *', ['for' => 'miscellaneous_doc']) !!}
{!! Form::file('document_path',['id' => 'miscellaneous_doc', 'class'=>'custom-file-input']) !!} {!! Form::label('document_path', 'Choose file', ['class' => 'custom-file-label']) !!}
Cancel
{!! Form::close() !!}
@endsection @push('script') @endpush