@extends('admin.layouts.master') @section('title','Create a new Refund Policy') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Refund Policy') }} @endslot @slot('menu1') {{ __('Refund Policy') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.RefundPolicy') }}
{{ csrf_field() }}




@endsection @section('scripts') @endsection