@extends('layouts.color_admin.default') @section('title', 'Period') @section('content')
@csrf

Update Period ( {{ !empty($period->date_start) ? $period->date_start->format('Y-m-d') : "" }} {{ " to " }} {{ !empty($period->date_end) ? $period->date_end->format('Y-m-d') : "" }})

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Period
Beschrijving
Date statement
Date release
@endsection @push('scripts') @endpush