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

Edit price for {{$read_tags->stock->category->name}} ({{$read_tags->stock->name}})

@if (session('status'))
{{ session('status') }}
@endif
@csrf {{method_field('PATCH')}}

@endsection @push('scripts') @endpush