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

Gold

@include('sweetalert::alert')
@csrf
@error('title') {{$errors->first('title')}} @enderror
@error('price_per_gm') {{$errors->first('price_per_gm')}} @enderror
@endsection