@extends('layouts.master') @section('content')
@include('pages.order.index-partials.table')
@include('pages.order.index-partials.delete') @include('pages.order.index-partials.edit') @endsection @push('script') @include('pages.order.index-partials.script') @endpush