@extends('dashboard.layouts.app') @section('content')
@csrf
@if (request()->has('type') && request()->get('type') == 'general_exporter')
{!! Form::select('entity_id', GetEntities(), array_key_exists('entity_id', $search)? $search['entity_id'] : '' , ["data-placeholder"=>"اختر الجهه" ,"class"=>"select2 form-control name-sel" ]) !!}
@elseif (request()->has('type') && request()->get('type') == 'general_importer')
{!! Form::select('entity_id', GetEntities(), array_key_exists('entity_id', $search)? $search['entity_id'] : '' , ["data-placeholder"=>"اختر الجهه" ,"class"=>"select2 form-control name-sel" ]) !!}
@elseif (request()->has('type') && request()->get('type') == 'archived')
{!! Form::select('entity_id', GetEntities(), array_key_exists('entity_id', $search)? $search['entity_id'] : '' , ["data-placeholder"=>"اختر الجهه" ,"class"=>"select2 form-control name-sel" ]) !!}
@endif
{{-- --}}
@if (!isset($t) || $t != '55') @if (request()->has('type')) {{__('translation.'.request()->get('type'))}} @else المعاملات @endif @else طلبات الاعتماد @endif
@if (request()->has('type')) @else @endif اضافة معاملة
@if (!isset($t) || $t != '55') @endif
المحدد : 0
@if (auth('admin')->user()->role == 'admin') حذف @endif {!! Form::select('update_status', ItemStatuses2(), null, ['class' => 'form-control select2', 'id' => 'update-selected-status', 'style' => "width: 20rem;"]) !!}
@include('dashboard.items.table')
@endsection @section('js') @include('dashboard.layouts.tableActions', ['gn_name' => request()->segment(2), 'post_search_route' => route(request()->segment(2).'.index-post')]) @endsection