@section('page_title') {{ "Composer - Training" }} @endsection @auth @include('header') @endauth @if (session('success')) {{ session('success') }} @endif @if (session('error')) {{ session('error') }} @endif @include('left-split-view') @csrf Headline @error('headline') {{$message}} @enderror Full Article @error('article') {{$message}} @enderror Insert @include('footer')