@extends('layouts.app') @section('title') Instansi @endsection @include('includes.filepond') @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

Create Instansi

@csrf
Upload Icon
Cancel
@endsection