@extends('SuperAdmin.layout.layout') @section('title', 'Edit Order') @section('page-name', 'Edit Order') @section('page-detail', 'Update repair order') @section('body')
@csrf @method('PUT')
Vehicle
Auto SMS on status change
auto_status_sms ? '1' : '0') == '1') ? 'checked' : '' }}>

Choose a template below when enabled, or create a new one. Only this order uses these settings.

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
Cancel
@endsection @section('custom-scripts') @endsection