@extends('admin.admin_dashboard') @section('admin')

@foreach($levels as $key => $level) @endforeach
Sl Product Level Action
{{ $key+1 }} {{ $level->level_name }} @if (Auth::user()->can('level.edit')) Edit @endif @if (Auth::user()->can('level.delete')) Delete @endif
Sl Product Level Action
@endsection