@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title'=> __('Create Page'), 'buttons'=>[ [ 'name'=>__('Back'), 'url'=>route('admin.page.index'), ] ] ]) @endsection @section('content')
@if(Session::has('error')) @endif @if(Session::has('success')) @endif @if(!Session::has('update-data'))

{{ __('Site Update') }}

{{ __('Current Version: '). env('APP_VERSION') }}

@csrf
@endif @if(Session::has('update-data'))

{{ __('Version') }}

{{ __('Update') }}

v1
@csrf @method('PUT')
@if(!empty(Session::get('update-data')['message'])) @endif
@endif
@endsection @push('js') @endpush