@extends('dashboard.layouts.app') @section('title', __('dashboard.Edit Pricing Option')) @section('page_heading', __('dashboard.Edit Pricing Option')) @section('breadcrumb') @endsection @section('content')

{{__('dashboard.Edit Pricing Option')}}

@csrf @method('PUT')
@error('pricing_type_id')
{{ $message }}
@enderror
@error('price')
{{ $message }}
@enderror
{{__('dashboard.Cancel')}}
@endsection @section('scripts') @endsection