@extends('admin.layouts.master') @section('title','Edit Refund Policy') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Refund Policy') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Refund Policy') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.RefundPolicy') }}
{{ csrf_field() }} {{method_field('PATCH')}}




status==1 ? 'checked' : '' }} />
@endsection @section('scripts') @endsection