@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@csrf
@if ($errors->has('store_id')) {{ $errors->first('store_id') }} @endif
@if ($errors->has('raw_material_id')) {{ $errors->first('raw_material_id') }} @endif
@if ($errors->has('target_qty')) {{ $errors->first('target_qty') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
Kembali
@endsection