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