@extends('layouts.admin') @section('page-header') Local Coordination List @endsection @section('content')
* Total {{ number_format($locals->total()) }} Records.
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. |