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

Edit {{$model->id}}

@endSection @section('tools') @endsection @section('content')
@include('forms.order_detail',[ 'route'=>route('order_detail.update',$model->id), 'method'=>'PUT' ])
@endSection