@extends('admin.layout.master') @push('css') @endpush @section('content') @lang('admin.jamali_report') @lang('admin.jamali_report') @csrf @lang('admin.from_date') @lang('admin.to_date') @lang('admin.company') @lang('admin.all') @foreach ($companies as $company) {{ $company->name }} @endforeach @lang('admin.payment_type') @lang('admin.all') @foreach ($paymentTypes as $type) {{ $type->name }} @endforeach @php $order_status = ['wait','refused','accepted','shipped','complete']; @endphp @lang('admin.status') @lang('admin.all') @foreach ($order_status as $status) {{ $status }} @endforeach @lang('admin.filter') @lang('admin.total_ship') 0 @lang('admin.print') @endsection @push('js') @endpush