@extends('layouts.app') @section('content')

Edit Price

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@endsection