@extends('backend.layouts.master') @section('content') @php if (count($order_status)){ foreach ($order_status as $key => $item){ $sum[$item->id] = 0; } } @endphp
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

6.1 Thủ kho tác nghiệp

@include('backend.depot.dang_don.dropdownFilter')
{!! Form::close() !!}
@include('backend.depot.dang_don.ajax')
@include('backend.depot.dang_don.modal') @include('backend.depot.dang_don.hoa_hong_modal') @include('backend.depot.dang_don.update_order_modal') @include('backend.depot.dang_don.modalPhanBo') @include('backend.depot.dang_don.indon')
@include('components.tin_nhan_noi_bo.modal_internal_message') @include('backend.depot.dang_don.modal_update_trang_thai_giao_hang') @include('backend.sale.operation.modal_list_order') @endsection @section('script') @include('backend.layouts.script') @include('components.tin_nhan_noi_bo.js_internal_message') @endsection