@extends('layouts.admin') @section('title', 'Tambah Rule CF') @section('content')
Form Tambah Rule CF
{{-- ALERT ERROR --}} @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- ALERT LOGIKA CF --}} @if(session('error'))
{{ session('error') }}
@endif
@csrf {{-- GEJALA --}}
{{-- PENYAKIT --}}
{{-- MB --}}
{{-- MD --}}
{{-- BUTTON --}}
← Kembali
@endsection