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