@extends('layouts.data-entry') @section('title','GIMS') @section('styles') @endsection @section('script') @endsection @section('content')
Equipment Transfer Resubmit Form
{{ Form::open(['url'=>route('transfer.store'), 'id'=>'equipment-form', 'files'=>'true'] )}}
{{ Form::label('transfer','Transfer Type: ',['class'=>'col-sm-3']) }}
@if(isset($_GET['alloc']) && $_GET['alloc'] == 'outside') @include('data_entry.section.uagency-hirerchythree') @else @include('data_entry.section.uagency-hirerchytwo') @endif

@if($allocationasset) @foreach($allocationasset as $key => $draft_value) @endforeach @endif
Sl.No Identification Category Sub Category Equipment Name Serial no Specification Action
{{ $key+1}} Delete

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