@extends('layouts.app') @section('breadcrumb')

@lang('Show Status')

@endsection @section('content')
@lang('To agents'): {{ $status->name }}
@lang('To clients'): {{ $status->customer_name }}
@lang('Description'): {{ $status->description }}
@lang('Protected'): {{ $status->protected }}
@lang('Stop SLA timer'): {{ $status->stop_sla }}
@endsection