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

{{__("Add category")}}

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