@extends('admin.layouts.master') @section('title','Edit Refund Policy') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Edit Refund Policy') }}
{{ __('Back') }}
{{ csrf_field() }} {{method_field('PATCH')}}
{{ __('Policy Name') }}:
*
{{ __('Days') }}:
*
{{ __('Details') }}:
*
{{$return->detail}}
{{ __('Status') }}:
status==1 ? 'checked' : '' }} />
{{ __('Reset') }}
{{ __('Update') }}
@endsection @section('scripts') @endsection