@extends('front.layouts.main') @section('header') @endsection @section('content')
@csrf

@if (Auth::user()->role == 'supmin')
@endif
@foreach ($permissions as $permission) @endforeach
@endsection @section('js') @endsection