@extends('report.report_layout') @section('title', $page_title) @section('search2', true) @section('search') {!! view('report.date_search', [ 'start_date' => $start_date, 'end_date' => $end_date, 'custom_date_parameters' => (isset($custom_date_parameters) ? $custom_date_parameters : []), 'clear_search' => true ])->render() !!} @endsection @section('report_table')
| {{ trans('report.index') }} | {{ trans('report.category') }} | {{ trans('report.name') }} | {{ trans('report.barcode') }} | {{ trans('report.amount') }} | {{ trans('report.safe_point') }} | {{ trans('report.cost') }} |
|---|