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