@extends('SuperAdmin.layout.layout') @section('title', 'New Repair Order') @section('page-name', 'New Repair Order') @section('page-detail', 'Create repair order') @section('body')
@csrf
Customer
Vehicle (enter VIN to auto-fill make/model/year)
Auto SMS on status change

Enable this for this repair order only, then choose the template. Each time the status is updated, that message is sent. Leave off to skip automatic texts for this order.

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