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

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

@for ($i=0,$cnt=count($locals);$i<$cnt;$i++) @endfor @if (count($locals) <= 0) @endif
No Name Account ID Gender Phone Location Count
H/F
Count
Student
Comment
{{ $locals->total() - ($locals->perPage() * ($locals->currentPage()-1)) - $i }} {{ $local->user->lastname }}, {{ $local->user->firstname }} {{ $local->user->email }} @if($local->user->is_block == 'Y') block @endif {{ $local->user->sex }} {{ $local->inputPhone }} {{ $local->inputAddrCity }} {{ $local->hosts->count() }} {{ $local->students->count() }}
No search result.
@endsection @section('script')> @endsection