@include('components.theme.pages.header')
{{ Form::open(['route' => ['alternatif.update', 'id' => $id], 'id' => 'form-tag-update']) }} @csrf @if(session()->has('success'))
{{ session()->get('success') }}
@else @if(session()->has('error'))
{{ session()->get('error') }}
@endif @endif
@if($errors->has('id_alternatif')){{ $errors->first('id_alternatif') }}@endif
@if($errors->has('nama_alternatif')){{ $errors->first('nama_alternatif') }}@endif
@if($errors->has('usia_ayam')){{ $errors->first('usia_ayam') }}@endif
@if($errors->has('berat')){{ $errors->first('berat') }}@endif
@if($errors->has('konsumsi_pakan')){{ $errors->first('konsumsi_pakan') }}@endif
@if($errors->has('vitamin')){{ $errors->first('vitamin') }}@endif
@if($errors->has('kandang')){{ $errors->first('kandang') }}@endif
Kembali
{{ Form::close() }}
@include('components.theme.pages.footer')