@extends('layouts.app') @section('title') Reconcilations @stop @section('breadcrumb')
@stop @section('content')# | Date | Account | Period |
---|---|---|---|
{{$count++}} | {{date('d M Y',strtotime($reconcile->created_at))}} | {{$reconcile->account->name}} | {{date('d M Y',strtotime($reconcile->started_at))}} - {{date('d M Y',strtotime($reconcile->ended_at))}} |