@extends('panel.layouts.master')
@section('title','سطح ها')
@section('content')
@include('panel.layouts.sidebar')
@include('panel.layouts.header')
| ردیف |
آیکن |
نام |
لیبل |
حداقل امتیاز |
ویرایش |
حذف |
@foreach($data as $key => $item)
| {{ ++$key }} |
|
{{ $item->name }} |
{{ $item->label }} |
{{ $item->points }} |
|
|
@endforeach
{{ $data->links() }}
@endsection