@extends('layouts.app') @section('title', 'App Version') @section('breadcrumb', 'Application Setting') @section('sub-breadcrumb') {{-- --}} App Version @endsection @section('app-version-setting', 'kt-menu__item--active') @section('content')
{{-- Begin:: Version List --}}

Version List

@include('layouts.notification')
{{-- Begin: Tab Android --}}
@csrf @foreach ($android['result'] as $value) @endforeach
Date Published App Version Build Version Force Action
@php $date = strtr($value['date_published'], '/', '-'); @endphp {{date('l, d F Y', strtotime($date))}} {{$value['app_version']}} {{$value['build_version']}} {{$value['force_status']}} |
{{-- End: Tab Android --}} {{-- Begin: Tab IOS --}}
@csrf @foreach ($ios['result'] as $value) @endforeach
Date Published App Version Build Version Force Action
@php $date = strtr($value['date_published'], '/', '-'); @endphp {{date('l, d F Y', strtotime($date))}} {{$value['app_version']}} {{$value['build_version']}} {{$value['force_status']}} |
{{-- End: Tab IOS --}}
{{-- End:: Version List --}} {{-- Begin:: Version Setting --}}

Version Setting

@csrf
Android will support how many latest version? *
IOS will support how many latest version? *
Playstore URL
App Store
{{-- End:: Version Setting --}} {{-- Begin:: Block Page Setting --}}

Block Page Setting

@csrf

@if($setting['result'][8]['value'] == null) @else @endif {{--
--}}
{{-- End:: Block Page Setting --}}
@foreach ($android['result'] as $value) @endforeach @foreach ($ios['result'] as $value) @endforeach @endsection @section('custom-script') @foreach ($android['result'] as $value) @endforeach @endsection