@extends('crudbooster::admin_template') @push("head") @endpush @section('content') {{__('action.analysis_export_import')}} {{__('action.import_analysis')}} @csrf {{ __('action.download_sample') }} NOTE: If select pool then all analyses save under this selected pool. If not select pool and also not add poolid in file then create new pool following Analyses name. If add poolid in file then check if poolid exist then push analyses under this,if not then create new pool following analyses name. Select Pool Select Pool Take from file @if(!empty($pools)) @foreach ($pools as $pool) {{$pool->pool_name}} @endforeach @endif {{__('action.upload_file')}} {{__('action.up_csv_excel')}} {{__('action.import')}} {{__('action.export_analysis')}} @csrf Select Pool Select Pool Take from file @if(!empty($pools)) @foreach ($pools as $pool) {{$pool->pool_name}} @endforeach @endif {{__('action.select_format')}} {{__('action.select_format')}} Excel CSV {{__('action.export')}} @endsection @push("bottom") @endpush