@extends('layouts.admin') @section('page-header') Account List @endsection @section('content')
Reset

* Total {{ number_format($accounts->total()) }} Records.

@for ($i=0,$cnt=count($accounts);$i<$cnt;$i++) @endfor @if (count($accounts) <= 0) @endif
Add
@endsection @section('script') @endsection