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

Form Edit Raw Material

@if(count($errors) > 0)
Whoopss!  Ada error ketika input.
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH')

@if($rawmat->raw_type == 0)
 Card
 Electric
@else
 Card
 Electric
@endif
Batal
@endsection