@extends('layouts.master') @section('title', 'Upload Pengumuman / File Peraturan-Peraturan') @section('content')
Upload Pengumuman / File Peraturan-Peraturan
@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('file_document')
{{ $message }}
@enderror
Kembali
@endsection