@extends('layouts.frontend') @section('title', $server->name) @section('page_script') @endsection @section('page_header')

{{ $server->name }}

@endsection @section('content')

{{ trans('messages.sending_server.wording') }}

$server->uid, "type" => request()->type]) }}" method="POST" class="form-validate-jquery"> {{ csrf_field() }} @include('sending_servers._form') @endsection