@extends('layouts.admin') @section('title','Transferencias') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
@foreach ($transferencias as $transferencia) @endforeach
Id Operación Resultado Intermedio Indicador Accion A.C.P Acciones
{{$transferencia->id}} {{$transferencia->unidad1->nombre}} {{$transferencia->unidad2->nombre}} {{$transferencia->presu_por_ejecutar1}} {{$transferencia->presu_por_ejecutar2}} {!! Form::open(['route'=>['transferencias.destroy',$transferencia], 'method'=>'DELETE']) !!} {!! Form::close() !!}
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection