@extends('dash.layouts.app') @section('title') Create Order @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Update Order @csrf @method('patch') Job Type Select One @foreach($services as $service) service_id == $service->id ? 'selected' : ''}}> {{$service->title}} @endforeach Image Quantity Delivery Date Image Destination Job Description {{$order->description}} Save @endsection @section('js') @endsection