@extends('layouts.app') @section('content')
@if (session('success'))| Date | Number | Description | Status | Actions |
|---|---|---|---|---|
| {{ $v->entry_date->format('Y-m-d') }} | {{ $v->entry_number }} | {{ $v->description }} | {{ ucfirst($v->status) }} | @if($v->status==='draft') @else Print @endif |