@extends('layouts.app') @section('breadcrumb')
order_detail
{{$record->id}}
@endsection @section('header')
{{$record->id}}
@endsection @section('tools')
{{csrf_field()}} {{method_field('DELETE')}}
@endsection @section('content')
@include('cards.order_detail')
@endSection