{{-- layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @include('panels.page-title') {{-- vendors styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
@include('panels.flashMessages')

{{__('locale.imports')}} {{__('locale.users')}}

{{__('locale.export_users')}}
@include('pages.users.users-list-ajax')
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection