@extends('layouts.app') @section('title', 'Edit Sosmed') @include('includes.filepondEdit') @include('includes.validateCoreUi') @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

Edit Sosial Media

@csrf @method('PUT')
Pilih Instansi.
Masukan Nama Akun.
Masukan URL Sosmed.
Cancel
@endsection @push('js') @endpush