@extends('admin.layouts.app') @section('page_title', __('Order Setting')) @section('css') {{-- Select2 --}} @endsection @section('content')
@include('admin.layouts.includes.order_settings_menu')
{{ __('Options') }}
@csrf
{{ __('Note') }}! {{ __('Users can create refund request when the option is enable, otherwise they can not able to create refund request.') }}
@endsection @section('js') @endsection