@extends('layout.app') @section('title') Edit Price @endsection @push('css') @endpush @section('content')

Edit Price({{$product->title}})

@csrf @method('PATCH')
@endsection @push('scripts') @endpush