@extends('admin.layouts.app') @section('panel') @if (@json_decode($general->system_info)->version > systemDetails()['version'])

@lang('New Version Available')

@lang('What is the Update ?')

{{ json_decode($general->system_info)->details }}

@endif @if (@json_decode($general->system_info)->message)
@foreach (json_decode($general->system_info)->message as $msg)
@endforeach
@endif
@lang('Monthly Booking Report') (@lang('Last 12 Months'))
@lang('Excluding Tax')
@lang('Monthly Payment Report') (@lang('Last 30 Days'))
@lang('Login By Browser')(@lang('Last 30 days'))
@lang('Login By OS') (@lang('Last 30 days'))
@lang('Login By Country') (@lang('Last 30 days'))
@endsection @push('script') @endpush