@extends('layouts.customer') @section('title', 'Edit Reply Server') @section('page-title', 'Edit Reply Server') @section('content')
@csrf @method('PUT')
Cancel @customercan('servers.permissions.can_edit_reply_servers') Save @endcustomercan
@endsection