@extends('layouts.app') @section('content')
@if($mode->slug === 'stripping')

{{__('app.surface')}}

@else

{{__('app.application')}}

@endif

{{__('app.machine')}}

@if($mode->slug === 'stripping') @else

@endif
@endsection