@extends('adminlte::page') @section('title', $title) @section('content_header')

{{@$title}}

@stop @section('content') @include('admin.includes.notification')
@if(@$name!='') Clear @endif
@if(count(@$result)==0) @else @foreach(@$result as $row) @endforeach @endif
Id Name Rate Focus / Unfocus Status Action
No record found.
{{++$j}} {{$row->name}} {{$row->rate}}
Unfocus
Focus
OFF
ON
{{ $result->links() }}
@stop