@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Draft Furniture Registration Form
{{ Form::open(['url'=>route('furniture.store'), 'onsubmit'=>'return validateForm()','id'=>'equipment-form', 'files'=>'true'] )}} @include('data_entry.section.uagency-hirerchy')
egp_tender_no }} placeholder="Enter egp Tender id" class="form-control form-control-sm" id="egp_tender_id">
@if($draft_data[0]->file_path != null && file_exists(public_path().'/uploads/equipment/'.$draft_data[0]->file_path)) {{ $draft_data[0]->file_path }} @endif


@if($draft_data) @foreach($draft_data as $key => $draft_value) @endforeach @endif
Sl.No. Furniture Category Sub Category Furniture Name Specification Manufacturer Serial Number Cost Action
{{ $key+1}} @if($draft_value->specification!=null) @endif Delete

{{ Form::close() }}
@endsection