@extends('layouts.app') @section('content') @php $refund_time_config = \App\BusinessSetting::where('type', 'refund_request_time')->first(); @endphp

{{__('Set Refund Time')}}

@csrf

{{__('Set Refund Sticker')}}

@csrf
@endsection