@extends('layouts.app') @section('main') @if($errors->any())
@endif

Incomes

{{--
@csrf
--}}
{{--

--}}
{{-- --}} @if($fields->count()) @foreach($fields as $key=>$field) {{-- --}} @endforeach @else @endif
# ID Description Amount Date Comment User CreatedActions
{{ ++$key }} IN{{ $field->id }}
{{ $field->description }}
{{ auth()->user()->branch->currency . number_format($field->amount, 0) }}
@if($field->income_date) {{ date('M d, Y', strtotime($field->income_date)) }} @endif
{{ $field->comments }}
{{ $field->user->name }}
{{ date('M d, Y', strtotime($field->created_at)) }}
No records found.
@endsection @push('styles') @endpush @push('scripts') @if (session()->has('message')) @if(session('message_class')=='success')