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