@extends('admin.layouts.main') @section('panel')
@foreach($plugins as $plugin)

{{ __($plugin['name']) }}

@csrf
@endforeach
@endsection