@extends('adminlte::page') @section('title','Account Report') @section('plugins.Datatables', true) @section('content_header')
| # | Account No | Name | Mobile | Opening Date |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $account->account_no }} | {{ $account->customer_name }} | {{ $account->mobile }} | {{ date('d-m-Y',strtotime($account->opening_date)) }} |