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

{{ $title }}

@if($role=='student') @endif
{{ getPhrase('sno')}} {{ getPhrase('name')}} {{ getPhrase('image')}} {{ getPhrase('staff_id')}} {{ getPhrase('job_title')}} {{ getPhrase('branch')}} {{ getPhrase('email')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_USERS_STAFF_INACTIVE_GETLIST.$role, 'route_as_url'=>true)) @stop