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

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

@for ($i=0,$cnt=count($agencies);$i<$cnt;$i++)
Warning: Creating default object from empty value in /home/anbeduca/public_html/anb-homestay/resources/views/admin/agency_list.blade.php on line 181
@endfor @if (count($agencies) <= 0) @endif
No Account ID Name Country Gender Phone Count student Comment
{{ $agencies->total() - ($agencies->perPage() * ($agencies->currentPage()-1)) - $i }} {{ $agency->user->email }} @if($agency->user->is_block == 'Y') block @endif {{ $agency->user->lastname }}, {{ $agency->user->firstname }} {{ $agency->user->addr_street }} {{ $agency->user->addr_city }} {{ $agency->user->addr_state }} {{ $agency->user->sex }} {{ $agency->user->phone }} students->count() > 0) data-toggle="tooltip" data-placement="top" title="{{ $agency->student_text }}"@endif >{{ $agency->students->count() }}
No search result.
@endsection @section('script') @endsection