@extends('admin.layouts.master') @section('title','Orders') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Orders') }}
@can('orders.manage') {{ __('Enroll User') }} title="{{ __('Enroll User') }}" {{ __('Export Offline Payments') }} @endcan
@include('admin.order.index')
@include('admin.refund_order.index')
@endsection