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

Post Quit Stage List

@foreach ($postQuitStages as $postQuitStage) @endforeach
Id Content Icon Time Action
{{ $postQuitStage->iPostQuitStageId }} {!! $postQuitStage->vContent !!} @if ($postQuitStage->vIconLink) {{ $postQuitStage->iPostQuitStageId }} @else No Image @endif {{ $postQuitStage->dTime }} @if (Auth::guard('admin')->user()->bContent == 1) @endif

Create Post Quit Stage

@csrf
@error('vContent') {{ $message }} @enderror
@error('vIconLink') {{ $message }} @enderror
@error('dTime') {{ $message }} @enderror

@if (Auth::guard('admin')->user()->bContent == 1) @endif
@endsection @push('scripts') @endpush