@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Expenses') @endsection @section('content')
| Date | Category | Type | Amount | Reason | Action | |
|---|---|---|---|---|---|---|
| {{ $expense->Date }} | {{ $expense->Type }} | {{ $expense->Category }} | {{ number_format($expense->Amount, 2) }} | {{ $expense->Reason }} | @if($expense->Category=="OutStock")@else | @endif |