@extends('layouts.master-vnext') @section('page-title') Manage philcares @endsection @section('content')
@foreach($philcares as $philcare) @endforeach
From To Contribution ee Contribution er
{{ $philcare->range_from }} {{ $philcare->range_until }} {{ $philcare->contribution_ee }} {{ $philcare->contribution_er }} edit
{!! csrf_field() !!} {!! method_field('DELETE') !!}
@endsection