@extends('layouts.app')
@section('title', 'Tambah Dokumentasi')
@section('breadcrumb')
@endsection
@section('title-section', 'Tambah Dokumentasi')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
- Foto Berformat JPEG / JPG / PNG
- Maksimal berukuran 5MB
- Dapat memasukkan foto lebih dari 1 dan dapat dengan format yang berbeda
@endsection