@extends('layouts.app') @section('title', __('schedule.update_schedule')) @section('content')
{{-- CSRF Protection --}} @csrf @method('PUT')
{{ __('order.details') }}
@endsection @section('js') @endsection