@extends('layouts.app') @section('title', __('schedule.update_schedule')) @section('content')
{{-- CSRF Protection --}} @csrf @method('PUT')
{{ __('order.details') }}
{{ __('service.services') }}
{{ __('service.name') }} {{ __('app.qty') }} {{ __('app.price') }} {{ __('app.discount') }} {{ __('app.total') }} {{ __('order.start_at') }} {{ __('order.end_at') }} {{ __('tax.tax') }} {{ __('app.staff') }} {{ __('app.staff_status') }} {{ __('app.action') }}
:

{{ $order->note }}

{{ __('app.subtotal') }} 0.00
{{ __('tax.total') }} 0.00
{{ __('app.grand_total') }} 0.00
@endsection @section('js') @endsection