@extends('layout.with-main') @section('breadcrumbs') @endsection @section('page', 'page__staff-chat-status--edit') @section('main')

{{ __('common.edit') }} {{ __('staff.chat') }} {{ __('staff.status') }}: {{ $chatstatus->name }}

@csrf

@endsection