@extends('backend.layout') @includeIf('backend.partials.rtl_style') @section('content')
{{ __('Edit Pricing') }}
{{ __('Back') }}
@csrf

{{ __('If price is 0 , than it will appear as free') }}

@endsection @section('script') @endsection