@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Create New order_detail

@endSection @section('tools') @endSection @section('content')
@include('forms.order_detail')
@endSection