@extends('admin/layouts.master') @section('title', 'Edit Refund Policy - Admin') @section('body') @if ($errors->any())
@endif

{{ __('adminstaticword.Edit') }} - {!! $return->name !!}

{{ csrf_field() }} {{method_field('PATCH')}}

  • status==1 ? 'checked' : '' }}>


  • @endsection @section('scripts') @endsection