@extends('layout') @section('h4-page', __("edit") . " " . __("pricing")) @section('contents')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
  • {{--
  • --}}
  • {{--

    If input 0 mean.Look From start distance onwards.

    --}}
{{__("back")}}
@endsection @section('scripts') @endsection