@extends('layouts.admin.app') @section('content')

Manage Evaluation Cost

Add

@if(count($evaluations) > 0) @php $i = 1; @endphp @foreach($evaluations as $key => $n) @endforeach @else

No Recent Data Found

@endif
{{$evaluations->links()}}
@endsection @section('scripts') @endsection