@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }}

@if($user_type=='student') @else @endif
{{ getPhrase('roll_no')}}{{ getPhrase('faculty_id')}}{{ getPhrase('image')}} {{ getPhrase('first_name')}} {{ getPhrase('last_name')}} {{ getPhrase('email')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_LIBRARY_USERS_GETLIST.$user_type, 'route_as_url'=>'TRUE','extra_var'=>1,'user_type'=>$user_type)) @stop