@extends('dash.layouts.app') @section('title') Edit price @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content')

Edit Price

@csrf @method('patch')
Back
@endsection @section('js') @endsection