@extends('layouts.app') @section('title', 'App Update Popup') @section('content') @if(session('success')) @endif @if(session('error')) @endif
@csrf
Popup Content
The title shown in the update popup
Describe what's new in this update
App Settings
Current app version number
Link to update in app store
Users cannot skip this update
@endsection @push('style') @endpush