@extends('library.layouts.container') @section('content')

{{ $head }}

@method('PUT') @CSRF

@if($order->delivery_type == 'deliverying')

@endif
@if($order->delivery_type == 'deliverying')
@endif

{{__('orders.files')}}

@foreach($order->files as $i=>$file)
@if(!is_null($file->size_id))
@endif @if(!is_null($file->type_id))
@endif @if(!is_null($file->color_id))
@endif @if(!is_null($file->drawing_id))
@endif @if(!is_null($file->direction_id))
@endif @if(!is_null($file->side_id))
@endif @if(!is_null($file->encapsulation_id))
@endif @if(!is_null($file->wrapping_id))
@endif @if(!is_null($file->service_id))
@endif
@endforeach
@endsection @section('inner_js') {{-- --}} @endsection