@extends('layout.app') @section('content')
@foreach ($list as $r) @endforeach
SL Permission Name Status Action
{{$r->id }} {{$r->name}} @if($r->status=='enable') Enabled @elseif($r->status =='disable') Disabled @endif Edit
@endsection