@extends('crudbooster::admin_template') @push("head") @endpush @section('content') {{__('action.trans_expo_impo')}} {{__('action.trans_impo')}} @csrf {{ __('action.download_sample') }} {{-- {{__('action.select_pool')}} {{__('action.select_pool')}} @if(!empty($pools)) @foreach ($pools as $pool) {{$pool->pool_name}} @endforeach @endif --}} Choose Language Select Language @if(!empty($languages)) @foreach ($languages as $lang) {{$lang->name}} @endforeach @endif {{__('action.upload_file')}} {{__('action.up_csv_excel')}} {{__('action.import')}} {{__('action.trans_expo')}} @csrf {{__('action.select_pool')}} {{__('action.select_pool')}} @if(!empty($pools)) @foreach ($pools as $pool) {{$pool->pool_name}} @endforeach @endif Choose Language Select Language @if(!empty($languages)) @foreach ($languages as $lang) {{$lang->name}} @endforeach @endif {{__('action.select_format')}} {{__('action.select_format')}} Excel CSV {{__('action.export')}} @endsection @push("bottom") @endpush