@extends('dashboards.layouts.dash-layout') @section('title', 'Tambah Keaktifan') @section('content')

Tambah Keaktifan

@if ($errors->any())

ERROR

Terdapat masalah dengan input anda @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Silahkan Masukkan Data

    @csrf
    {{-- --}}
    @endsection