{{-- 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') @if(in_array('create',Helper::getUserPermissionsModule('product'))) {{__('locale.imports')}} {{__('locale.Items')}} @csrf() File {{__('locale.download_sample_file')}} download Submit send @endif {{__('locale.Search')}} {{__('locale.Search')}} {{__('locale.export')}} @include('pages.products.ajax-list') @endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page script --}} @section('page-script') @endsection