@extends('layouts.app') @section('title') Reconcilations @stop @section('breadcrumb') @stop @section('content')
@permission('manage-reconciliation')   Add New @endpermission

Reconciliation

@foreach($allReconciliations as $reconcile) @endforeach
# 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))}}
@stop @section('js') @stop