@extends("cms.layouts.app", ['page_id' => 'cms_users_index']) @push("js") @endpush @section("title") {{ __('cms.sidemenu.cms_users') }} @endsection @section("top_right")
{{ __('cms.add') }}
@endsection @section("content")
{{ __('cms.id') }} {{ __('cms.active')}} {{ __('cms.name') }} {{ __('cms.email') }} {{ __('cms.cms_user.contact_number') }} {{__('cms.last_updated') }}
{{ Form::open(['method' => 'POST', 'id' => "form-inactivate-item"]) }} {{ Form::close() }} @endsection