@extends('layouts.backend') @section('title', $server->name) @section('page_script') @endsection @section('page_header')
{{ trans('messages.home') }}
{{ trans('messages.feedback_loop_handlers') }}
{{ $server->name }}
@endsection @section('content')
{{ csrf_field() }}
@include('admin.feedback_loop_handlers._form') @endsection