@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Edit") @section('content')
| Id | --}}Nombre | Fecha de pago | Monto | Opciones |
|---|---|---|---|---|
| {{$concepto->id}} | --}}@foreach ($conceptos as $tconcepto) @if ($concepto->name == $tconcepto->id) {{$tconcepto->name}} @endif @endforeach | {{$concepto->fecha_pago}} | $ {{$concepto->monto}} |
@can('concepto.edit')
@endcan
@can('concepto.destroy')
|