@extends($layout) @section('header_scripts') @stop @section('content')
{{ getPhrase('name')}} {{ getPhrase('email')}} {{ getPhrase('image')}} {{ getPhrase('role')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'users.dataTable')) @include('common.deletescript', array('route'=>URL_USERS_DELETE)) @stop