@extends('adminlte::page') @section('content') Edit Welcome Notice Home Welcome Notice Management Edit Welcome Notice {{-- important: enctype is required for file uploads --}} @csrf @method('PUT') Edit Welcome Notice Title Description {{ old('description', $welcome_notice->description) }} Welcome Notice Image Allowed types: jpeg, png, jpg, webp {{-- @if ($ticker->image) @endif --}} @if ($welcome_notice->image) @endif Link Start Date & Time End Date & Time Visibility visibility) == 'public' ? 'selected' : '' }}>Public visibility) == 'private' ? 'selected' : '' }}>Private Status status) == 'active' ? 'selected' : '' }}>Active status) == 'inactive' ? 'selected' : '' }}>Inactive @stop @section('js') @include('admin.home-cms.welcome-notice.scripts.index') @stop