@extends('adminlayout.dashadmin') @section('content')

Edit Raw Material

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('qty')){{ $errors->first('qty') }}@endif
@if ($errors->has('rate')){{ $errors->first('rate') }}@endif
@if ($errors->has('mrp')){{ $errors->first('mrp') }}@endif
@if ($errors->has('model_name')){{ $errors->first('model_name') }}@endif
@if ($errors->has('manufacture')){{ $errors->first('manufacture') }}@endif
@if ($errors->has('batch_no')){{ $errors->first('batch_no') }}@endif
@if ($errors->has('item_color')){{ $errors->first('item_color') }}@endif
@endsection