{{-- 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')}} @csrf() File {{__('locale.download_sample_file')}} download Submit send {{__('locale.Search')}} {{__('locale.export_users')}} @include('pages.stores.store-list-ajax') @endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection