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