@extends('layouts.admin') @section('content')

{{ __('Version Update') }}

@csrf
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if ($errors->has('path')) {{ $errors->first('path') }} @endif
@csrf
@if ($errors->has('path')) {{ $errors->first('path') }} @endif
@endsection