@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit equipment')) @else @section('title', $L('Create equipment')) @endif @section('viewJsName', 'equipmentform') @section('content')
TODO: Here the current instruction manual needs to be shown (PDF.js), if any...
{{ $L('The current instruction manual will be deleted when you save the equipment') }}
@else{{ $L('No instruction manual') }}
@endif