@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__("Add new status")}}

@if($errors->has('wf_status')) @endif
@endsection