@extends('layouts.backend') @section('title', $page_title) @section('content') @hasSection ('search')

ค้นหา

@yield('search')
@endif
{{--

เลือกวันที่

--}} @hasSection('show_date') {!! view('report.date_search', [ 'start_date' => $start_date, 'end_date' => $end_date, 'custom_date_parameters' => (isset($custom_date_parameters) ? $custom_date_parameters : []) ])->render() !!} @endif @hasSection('search2')


@endif

รายงาน

@yield("report_table")
@isset($order_id) @endisset @if(isset($custom_date_parameters)) @foreach($custom_date_parameters as $key => $value) @endforeach @endif
@endsection @section('css') @endsection @section('script') @endsection