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

{{ __('list_teacher') }}

{{ __('id') }} {{ __('no.') }} {{ __('user_id') }} {{ __('first_name') }} {{ __('last_name') }} {{ __('gender') }} {{ __('email') }} {{ __('dob') }} {{ __('image') }} {{ __('qualification') }} {{ __('current_address') }} {{ __('permanent_address') }} {{ __('action') }}
@endsection