@extends('admin.master') @section('title', trans('general.plugin-manage')) @section('style') @endsection @section('content')

{{ trans('general.plugin-manage') }}

@if (session()->has('message')) @endif
@endsection