@extends('layouts.app') @section('template_title') Tbl Plazo @endsection @section('content')
{{ __('Tbl Plazo') }}
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($tblPlazos as $tblPlazo) @endforeach
No Plazo Dtf Value Increment Tasa
{{ ++$i }} {{ $tblPlazo->plazo }} {{ $tblPlazo->Dtf_Value }} {{ $tblPlazo->increment }} {{ $tblPlazo->tasa }}
Show Edit @csrf @method('DELETE')
{!! $tblPlazos->links() !!}
@endsection