@extends('admin.layout.master') @push('css') @endpush @section('content')
{{--
--}} {{--

@lang('admin.payment_method_summary')

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if(!empty($summaryData))--}} {{-- @foreach($summaryData as $summary)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- @endif--}} {{-- --}} {{--
@lang('admin.payment_method')@lang('admin.order_count')
{{ $summary['payment_method'] }}{{ $summary['order_count'] }}
--}} {{--
--}}
@lang('admin.total_sales') : 0
{{--
--}} {{--
@lang('admin.precentage_For_message') :--}} {{-- 0--}} {{--
--}} {{--
--}}
@php $order_status = [ 'pending' => trans('admin.pending'), 'confirm' => trans('admin.confirm'), 'cancel' => trans('admin.cancel'), 'delivered' => trans('admin.delivered')]; @endphp
@if(auth()->user()->hasRole('super_admin') == 'true')
@endif
{{-- --}}
@endsection @push('js') @endpush