@extends('layout.default') @push('styles') @endpush @section('content') @if($canModify)
@if($releasePeriod->exists) @if($canModify) @endif @if($canRemove) @endif @else @if($canModify) @endif @endif
@endif @include('release-period.index') @endsection @prepend('scripts') @endprepend