@extends('layouts.teamlead') @section('title','Нова нотатка') @push('head') @endpush @section('content')
{{-- Header --}}

Нова нотатка

Зафіксуй подію, результат розмови або важливу задачу.

{{-- Form card --}}
@csrf
Скасувати
{{-- Errors --}} @if ($errors->any())
@foreach ($errors->all() as $e)
{{ $e }}
@endforeach
@endif
@endsection