@extends('layouts.app') @section('content')
@lang('layout.AssemblyInformation')
{{-- --}} {{-- --}}
@lang('layout.Code') @lang('layout.Description') @lang('layout.Date')
{{ $assemblyItemInfo->name}} {{ $assemblyItemInfo->project_code}} {{ $assemblyItemInfo->code}} {{ $assemblyItemInfo->description}} {{ convertDate($assemblyItemInfo->date)}}
@lang('layout.Item')
{{Form::open(['route' => 'export.exportCsv','method' => 'DELETE','class' => 'inline'])}} {{Form::close()}} {{Form::open(['route' => 'export.PDFAny','method' => 'DELETE','class' => 'inline'])}} {{Form::close()}}
@lang('layout.ItemName') @lang('layout.Description') @lang('layout.Quantity') @lang('layout.Measure') @lang('layout.Site')
@endsection @push('scripts') @endpush