@extends('layouts.master') @section('title') {{ __('user') }} @endsection @section('content')

{{ __('list_user') }}

{!! Form::select('role', ['1' => __('students'), '2' => __('teachers_staffs')], null, [ 'class' => 'form-control role', ]) !!}
{!! Form::select('class_section_id', $classSection, null, [ 'class' => 'form-control class_section_id', 'placeholder' => __('class_section'), ]) !!}
{{ __('id') }} {{ __('no.') }} {{ __('image') }} {{ __('full_name') }} {{ __('type') }}
@endsection @section('script') @endsection