@component('layouts.app') @section('title','Proyek') @section('ContentMenu','Proyek') @section('subHeader') @endsection @section('content')

Ubah Proyek

@foreach($data->data->donor as $items) @endforeach
Nama Window
{{$items->donor->name}} X
Tambah Window
Batal
@endsection @section('script') @endsection @endcomponent