@extends('layout.app') @section('title') {{ $drawing->title }} - {{ $project->subject }} @endsection @push('head') @endpush @section('content')

{{ $drawing->title }} ({{ $drawing->type }})

{{ __('Back') }}
{{ $drawing->title }} @foreach($drawing->units as $unit) @if($unit->pos_x && $unit->pos_y)
@endif @endforeach
@endsection