@extends('admin.layout') @push('css') @endpush @section('content')
{{ __('ID') }} | {{ __('CAJA') }} | {{ __('MOTIVO') }} | {{ __('DESCRIPCION') }} | {{ __('MONTO') }} | ||||
---|---|---|---|---|---|---|---|---|
{{ $ingresocaja->id }} | @if($ingresocaja->caja) {{ $ingresocaja->caja->nombre }} @endif | @if($ingresocaja->motivo) {{ $ingresocaja->motivo->nombre }} @endif | {{ $ingresocaja->descripcion }} | {{ $ingresocaja->monto }} | ||||
{{ __('No hay datos disponibles') }} |