@extends('dash.layouts.app') @section('title') Create Order @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Create New Order @csrf Job Type Select One @foreach($services as $service) {{$service->title}} @endforeach Image Quantity Delivery Date Image Destination Job Description Save @endsection @section('js') @endsection