@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit equipment')) @else @section('title', $L('Create equipment')) @endif @section('viewJsName', 'equipmentform') @push('pageScripts') @if(!empty($L('summernote_locale')))@endif @endpush @push('pageStyles') @endpush @section('content')

@yield('title')

@if($mode == 'edit') @if(!empty($equipment->instruction_manual_file_name)) @endif @endif
{{ $L('A name is required') }}

{{ $L('If you don\'t select a file, the current instruction manual will not be altered') }}

@if(!empty($equipment->instruction_manual_file_name))

{{ $L('The current instruction manual will be deleted when you save the equipment') }}

@else

{{ $L('No instruction manual available') }}

@endif
@stop