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

{{__("Add works")}}

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