@extends('back.template.index') @section('title', 'Buat Kalibrasi Baru') @section('content')
Jenis Kalibrasi Baru
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection