@extends('layouts.admin') @section('content')
{{-- Header --}}

{{ __('Machine Pricing') }}

{{ $machine->serial_no }} {{ $machine->name }}
{{-- Hint + Search --}}

{{ __('Leave blank to use the global product price. Member price will be capped at the machine selling price.') }}

{{-- Empty (no products in company) --}} {{-- Table --}}
{{ __('Product') }} {{ __('Machine Price') }} {{ __('Member Price') }}
{{-- Sticky Save Bar --}}
{{ __('Cancel') }}
@endsection @section('scripts') @endsection