@extends('layouts.admin') @section('content')
Allocate {{ trans('cruds.seal.title_singular') }}
@foreach($SealsCategory as $key=>$category) {{ $category->name }}: @endforeach


@foreach($category_seals['1'] as $id => $factory) @if ($loop->last && empty($to) && !empty($from)) @endif @if(!empty($from) && !empty($to)) @php $from=''; $to=''; @endphp @endif @endforeach
Available Factory Seals
From To
{{ $from }} {{ $to }}
@foreach($category_seals['2'] as $id => $factory) @if ($loop->last && empty($to) && !empty($from)) @endif @if(!empty($from) && !empty($to)) @php $from=''; $to=''; @endphp @endif @endforeach
Available CFS Seals
From To
{{ $from }} {{ $to }}

@csrf
@if($errors->has('exporter'))
{{ $errors->first('exporter') }}
@endif {{ trans('cruds.user.fields.exporter_helper') }}
@if($errors->has('number_of_e_seals'))
{{ $errors->first('number_of_e_seals') }}
@endif {{ trans('cruds.order.fields.number_of_e_seals_helper') }}
Cancel
@endsection