@component('layouts.app')
@section('title','Tambah Penilaian')
@section('ContentMenu','Tambah Donatur')
@section('subHeader')
{{--
--}}
@endsection
@section('content')
Tambah Penilaian | {{$donor->data->name}}
@endsection
@section('script')
@endsection
@endcomponent