@extends('layouts.app') @section('header-title', __('Pusher Configuration')) @section('content')
@csrf

{{ __('Pusher Configuration') }}

@hasPermission('admin.pusher.update') @endhasPermission
@endsection