@extends('layouts.app') @section('content')
{{ $page_title }}
@include('pages.includes.filter_forms.main_filter_form')
Processing...
@if ($coaches->responseCode == 800) @else @endif
User ID Employee ID Name Nickname Contact No Gender Position Group Division Department Created Action
No data yet.
@include('pages.includes.footer')
@endsection @section('page-js') @endsection