@extends('welcome') @section('title', '| Depreciation') @section('content') @include('successMsg')

DEPRECIATIONS

{{ csrf_field() }} @foreach($depreciations as $depreciation) @endforeach
SL# Dep. Date Dep. ID Amount Action
{{++$no}} {{(date('d-m-Y', strtotime($depreciation->createdDate)))}} {{$depreciation->depId}} {{$depreciation->amount}}  
@foreach($depreciations as $dep) {{-- View Modal --}} {{-- End View Modal --}} @endforeach {{-- Dep Modal --}} {{-- End Dep Modal --}} @include('dataTableScript') @endsection