@extends('crudbooster::admin_template') @push("head") @endpush @section('content')

{{__('action.analysis_export_import')}}

{{__('action.import_analysis')}}

@csrf

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.
{{__('action.up_csv_excel')}}

{{__('action.export_analysis')}}

@csrf
@endsection @push("bottom") @endpush