@extends('admin.layouts.master') @section('title','Create a new Refund Policy') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ __('Add Refund Policy') }}
{{ __('Back') }}
{{ csrf_field() }}
{{ __('Policy Name') }}:
*
{{ __('Days') }}:
*
{{ __('Details') }}:
*
{{ __('Status') }}:
{{ __('Reset') }}
{{ __('Create') }}
@endsection @section('scripts') @endsection