@extends('back.template.index') @section('title', 'Buat Alat Kalibrasi Baru') @push('css') @endpush @section('content')
Buat Alat Kalibrasi
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if ($alatKalibrasi->image) Current Image @else @endif
@endsection