@extends('layouts.app')
@section('title', 'Persyaratan')
@section('breadcrumb')
@endsection
@section('title-section', 'Tambah Persyaratan')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- Untuk Add More Persyaratan --}}
@endsection
@push('addon-script')
@endpush