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

@lang('Add New Status')

@endsection @section('content') @if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')

@endif
@csrf
@lang('To agents'): *
@lang('To clients'): *
@lang('Description'):
@lang('Protected'):
@lang('Stop SLA timer'):
@endsection