@extends('layouts.app') @section('content')

Reports|New Accounts

@include('flash::message')
@if(count($orderDetails)>0) @foreach ($orderDetails as $key=>$orderDetails1) @endforeach @else @endif
Date New Accounts
{{ $orderDetails1->created_date }} {{ $orderDetails1->total_count }}
No record found!
Showing 1 to {{ $perPage }} of {{ $orderDetails->total() }} entries {!! $orderDetails->links() !!}
@endsection @push('scripts_lib') {{--dropzone--}} @endpush