@extends('templates.master') @section('breadcrumb')

@php $title = "anggota" @endphp {{ strtoupper($title) }}

@endsection @section('content')

EDIT {{ $title }}

Kembali
@csrf
{{--

Data Pasangan

--}} @foreach ($anggota_pasangan as $item)
@endforeach
{{-- End Anggota Pasangan --}}
@endsection