@extends('app') @section('content')

Καταχώρηση υπενθύμισης

{{ csrf_field() }} {{-- Client --}}
{{ $errors->first('client_id') }}
{{-- Date --}}
{{ $errors->first('date') }}
{{-- Text --}}
{{ $errors->first('comment') }}
{{-- Submit --}}
@stop @section('scripts') @stop